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.

Tests Vignettes

Available Snapshots

This version of blob can be found in the following snapshots:

Dependencies

Imports/Depends/LinkingTo/Enhances (2)
  • rlang
  • vctrs >= 0.2.1
  • Suggests (4)
  • covr
  • crayon
  • pillar >= 1.2.1
  • testthat
  • Version History