i_copy | R Documentation |
copy meta information from one variable to another
i_copy(to, from, what = "all", overwrite = TRUE, ...)
to |
vector |
from |
vector |
what |
character vector describing which attributes are copied. When 'all' (default), all attributes are copied. |
overwrite |
overwrite existing attributes when present in attributes of from. |
... |
further attributes passed to structure |
Returns 'to' with attributes copied from 'from'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.