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.

Version: 1.1.0
Imports: tibble
Suggests: testthat, covr
Published: 2017-06-17
Author: Hadley Wickham [aut], Kirill Müller [cre], RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r at mailbox.org>
BugReports: https://github.com/hadley/blob/issues
License: GPL-3
URL: https://github.com/hadley/blob
NeedsCompilation: no
Materials: README NEWS
CRAN checks: blob results

Downloads:

Reference manual: blob.pdf
Package source: blob_1.1.0.tar.gz
Windows binaries: r-devel: blob_1.1.0.zip, r-release: blob_1.1.0.zip, r-oldrel: blob_1.1.0.zip
OS X El Capitan binaries: r-release: blob_1.1.0.tgz
OS X Mavericks binaries: r-oldrel: blob_1.1.0.tgz
Old sources: blob archive

Reverse dependencies:

Reverse imports: DBItest, odbc, RSQLite
Reverse suggests: DBI

Linking:

Please use the canonical form https://CRAN.R-project.org/package=blob to link to this page.