Learn R Programming

⚠️There's a newer version (1.2.4) of this package.Take me there.

blob

Overview

The goal of blob is to provide a simple S3 class to represent a vector of binary objects, aka blobs. The blob class is a lightweight wrapper around a list of raw vectors, suitable for inclusion in a data frame.

In most cases you will not need to use this package explicitly: it will be used transparently by packages that need to load BLOB columns from databases or binary file formats.

Installation

Example

To create a blob, use blob(), new_blob() or as_blob():


Please note that the ‘blob’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Copy Link

Version

Install

install.packages('blob')

Monthly Downloads

522,809

Version

1.2.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

April 10th, 2022

Functions in blob (1.2.3)

blob

Construct a blob object
as.blob

Deprecated generic
vec_ptype2.blob

Coercion
vec_cast.blob

Casting