1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/listenv.R
\name{mapping}
\alias{mapping}
\alias{mapping.listenv}
\alias{map.listenv}
\alias{map}
\title{Variable name map for elements of list environment}
\usage{
mapping(x, ...)
map(x, ...)
}
\arguments{
\item{x}{A list environment.}
}
\value{
A named character vector
}
\description{
Variable name map for elements of list environment
}
\details{
\emph{Functions \code{map()} and \verb{map<-()} have been renamed to \code{mapping()} and
\verb{mapping<-()}. The former will soon become deprecated and eventually
defunct. Please update accordingly.}
}
\keyword{internal}
|