Software
blob
A simple S3 class for representing BLOBs
R
The blob package provides an S3 class for representing vectors of binary objects (BLOBs) in R. It wraps lists of raw vectors in a lightweight structure that can be included in data frames.
This package is primarily used transparently by other packages that need to handle binary data from databases or binary file formats. It provides a consistent interface for working with BLOB columns, eliminating the need for developers to handle raw binary vectors directly. Most users won’t interact with blob explicitly, but it serves as essential infrastructure for database and file format packages in the R ecosystem.
blob
blob
blob



