Description Usage Arguments Value Examples
Reports variable name.
1 | get_variable_name(variable)
|
variable |
any object type. |
Character name of variable.
1 2 3 4 5 | love <- c(1,2)
get_variable_name(love)
dog <- matrix(1:4,2,2)
get_variable_name(dog)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.