View source: R/strings_utils.R
keep_attributes | R Documentation |
Helper to keep attributes while using IFC build functions.
keep_attributes(x, what)
x |
list to pass to |
what |
a build function. |
all attributes of 'x'
will be used with the exception of "names", "dims", and "dimnames".
result of applying 'what'
on 'x'
with preserved attributes from 'x'
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.