vec_cast.blob {blob} | R Documentation |
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 |
... |
For |
[Package blob version 1.2.3 Index]