blob
A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
R's raw vector is useful for storing a single binary object. What if you want to put a vector of them in a data frame? The 'blob' package provides the blob object, a list of raw vectors, suitable for use as a column in data frame.
1.3.0
MIT + file LICENSE
1 个版本
安装
install.packages("blob")
remotes::install_cran("blob")
版本列表
1.3.0
2026-01-14