File: mapping.Rd

package info (click to toggle)
r-cran-listenv 0.9.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 340 kB
  • sloc: sh: 14; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/listenv.R
\name{mapping}
\alias{mapping}
\alias{mapping.listenv}
\alias{map}
\title{Name map for elements of list environment}
\usage{
mapping(x, ...)

map(x, ...)
}
\arguments{
\item{x}{A list environment.}
}
\value{
A named character vector
}
\description{
Name map for elements of list environment
}
\keyword{internal}