Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

as.blob

Deprecated generic


Description

The as.blob() generic has been deprecated in favor of the as_blob() function (for users) and the vec_cast.blob() method (for implementers). Implement a vec_cast.blob.myclass() method to support coercing objects of your class to blobs. See vctrs::vec_cast() for more detail.

Usage

as.blob(x, ...)

Arguments

x

An object.

...

Passed on to methods.


blob

A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')

v1.2.1
GPL-3
Authors
Hadley Wickham [aut], Kirill Müller [cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.