A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
conda install odsp-test::r-blob
conda install odsp-test/label/abs::r-blob
conda install odsp-test/label/abs-r2::r-blob
conda install odsp-test/label/ptf_2019_q3::r-blob
conda install odsp-test/label/q2_fail::r-blob
conda install odsp-test/label/r-studio::r-blob
conda install odsp-test/label/test::r-blob
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.