Rev 6994 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{name}\title{Variable Names}\usage{as.name(x)is.name(x)}\alias{as.name}\alias{is.name}\description{\code{as.name} coerces its argument to be a name. The argument mustbe of mode \code{"character"}.\code{is.name} returns \code{TRUE} or \code{FALSE} depending onwhether its argument is a name or not.}\seealso{\code{\link{call}}, \code{\link{is.language}}. For the internalobject mode, \code{\link{typeof}}.}\examples{an <- as.name("arrg")is.name(an) # TRUEstr(an)# symbol}\keyword{programming}\keyword{attribute}