obj_to_string.Rd
Return an object name as a string.
obj_to_string(x)
An R object
A character single value with the name of the R object.
x <- rnorm(100) obj_to_string(x) #> [1] "x"