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

vec_cast.blob

Casting


Description

Double dispatch methods to support vctrs::vec_cast().

Usage

## S3 method for class 'blob'
vec_cast(x, to, ...)

Arguments

x

Vectors to cast.

to

Type to cast to. If NULL, x will be returned as is.

...

For vec_cast_common(), vectors to cast. For vec_cast() and vec_restore(), these dots are only for future extensions and should be empty.


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.