

   VVaarriiaabbllee NNaammeess

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

   DDeessccrriippttiioonn::

        `as.name' coerces its argument to be a name.  The argu-
        ment must be of mode `"character"'.

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

   SSeeee AAllssoo::

        `call', `is.language'. For the internal object mode,
        `typeof'.

   EExxaammpplleess::

        an _ as.name("arrg")
        is.name(an) # TRUE
        str(an)# symbol

