View source: R/campsis_metadata.R
| vec_restore.campsis_tbl | R Documentation |
Internal vctrs method to restore the custom 'campsis_tbl' class attributes, specifically copying over the S4 metadata object, after a vector operation.
## S3 method for class 'campsis_tbl'
vec_restore(x, to, ...)
x |
A tibble or vector to restore. |
to |
The original 'campsis_tbl' object to restore to. |
... |
Additional arguments passed to methods. |
A restored 'campsis_tbl' object with appropriate metadata and classes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.