tags | R Documentation |
This function returns the list of tags identifying specific variable types
in a safeframe
object.
tags(x, show_null = FALSE)
x |
a |
show_null |
DEPRECATED |
tags are stored as the label
attribute of the column variable.
The function returns a named list
where names indicate generic
types of data, and values indicate which column they correspond to.
## make a safeframe
x <- make_safeframe(cars, mph = "speed")
## check non-null tags
tags(x)
## get a list of all tags, including NULL ones
tags(x, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.