This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/name.html
name {base}R Documentation

Variable Names

Description

name takes the given character string and returns a name (or symbol) which has that string as a print-name.

as.name coerces its argument to be a name. The argument must be of mode "character".

is.name returns TRUE or FALSE depending on whether its argument is a name or not.

Usage

name(string)
as.name(x)
is.name(x)

[Package base version 0.60 ]