powered by
Double dispatch methods to support vctrs::vec_cast().
vctrs::vec_cast()
# S3 method for json2 vec_cast(x, to, ...)
Vectors to cast.
Type to cast to. If NULL, x will be returned as is.
NULL
x
For vec_cast_common(), vectors to cast. For vec_cast(), vec_cast_default(), and vec_restore(), these dots are only for future extensions and should be empty.
vec_cast_common()
vec_cast()
vec_cast_default()
vec_restore()
A json2 vector.
json2