

   GGeett EEnnvviirroonnmmeenntt VVaarriiaabblleess

        getenv(x)

   AArrgguummeennttss::

          x: a character vector

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

        `getenv' obtains the values of the environment vari-
        ables named by `x'.

   VVaalluuee::

        A vector of the same length as `x', with the variable
        names as its `names' attribute.  Each element holds the
        value of the environment variable named by the corre-
        sponding component of `x' (or `""' if no environment
        variable with that name was found).

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

        getenv(c("RHOME", "R_PAPERSIZE", "R_PRINTCMD"))

