These functions are the extensions that allow mists objects to work with vctrs.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ## S3 method for class 'rle_na'
as_list_of(x, ...)
## S3 method for class 'rle_na'
vec_ptype2(x, y, ...)
## S3 method for class 'list_of_rle_na'
vec_ptype2(x, y, ...)
## S3 method for class 'rle_na'
vec_cast.list(x, to, ...)
## S3 method for class 'rle_na'
vec_restore(x, to, ..., n = NULL)
## S3 method for class 'rle_na'
obj_print_data(x, ...)
## S3 method for class 'rle_na'
vec_ptype_full(x)
## S3 method for class 'rle_na'
vec_ptype_abbr(x)
## S3 method for class 'list_of_rle_na'
vec_ptype_abbr(x)
## S3 method for class 'list_of_rle_na'
vec_ptype_full(x)
|
x |
Objects. |
... |
Used to pass along error message information. |
to |
Type to cast to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.