View source: R/obj_to_string.R
obj_to_string | R Documentation |
Return an object name as a string.
obj_to_string(x)
x |
An R object |
A character single value with the name of the R object.
x <- rnorm(100)
obj_to_string(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.