[R] Getting the name of an object as character

Ali - saveez at hotmail.com
Thu Apr 28 01:03:15 CEST 2005


This could be really trivial, but I cannot find the right function to get 
the name of an object as a character.

Assume we have a function like:

getName <- function(obj)

Now if we call the function like:

getName(blabla)

and 'blabla' is not a defined object, I want getName to return "blabla". In 
other word, if

paste("blabla")

returns

"blabla"

I want to define a paste function which returns the same character by:

paste(blabla)




More information about the R-help mailing list