get_names | R Documentation |
Return the names of input. For example: if you input a, you will get 'a'.
get_names(...)
... |
any type of data object |
names of object
a=c(1,2,3)
get_names(a,mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.