Tibble methods for comaptibility
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | vec_ptype2.tbl_df(x, y, ...)
## Default S3 method:
vec_ptype2.tbl_df(x, y, ...)
## S3 method for class 'data.frame'
vec_ptype2.tbl_df(x, y, ...)
## S3 method for class 'tbl_df'
vec_ptype2.tbl_df(x, y, ...)
vec_cast.tbl_df(x, to, ...)
## Default S3 method:
vec_cast.tbl_df(x, to, ...)
## S3 method for class 'data.frame'
vec_cast.tbl_df(x, to, ...)
## S3 method for class 'tbl_df'
vec_cast.tbl_df(x, to, ...)
|
x, y |
Vectors to test type/cast. |
... |
Additional parameters |
to |
To what type to cast. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.