name | R Documentation |
This function returns character value previously stored in variable's name
attribute. If none found, the function defaults to object's name.
name(x)
x |
an R (atomic or data.frame/list) object to extract names from |
a character value with variable's label
## Not run: name(mtcars$am) x <- 1:10 name(x) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.