tags_df | R Documentation |
This function returns a data.frame
, where tagged variables (as stored in
the safeframe
object) are renamed. Note that the output is no longer a
safeframe
, but a regular data.frame
. untagged variables are unaffected.
tags_df(x)
x |
a |
A data.frame
of with variables renamed according to their tags
x <- make_safeframe(cars,
mph = "speed",
distance = "dist"
)
## get a data.frame with variables renamed based on tags
tags_df(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.