File: get_variable.Rd

package info (click to toggle)
r-cran-listenv 0.8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 308 kB
  • sloc: sh: 14; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (3)
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/get_variable.R
\name{get_variable}
\alias{get_variable}
\alias{get_variable.listenv}
\title{Get name of variable for a specific element of list environment}
\usage{
get_variable(...)
}
\arguments{
\item{x}{A list environment.}

\item{name}{The name or index of element of interest.}

\item{mustExist}{If \code{TRUE}, an error is generated if \code{name} does not exist.}

\item{create}{If \code{TRUE}, element \code{name} is created if missing.}
}
\value{
The name of the underlying variable
}
\description{
Get name of variable for a specific element of list environment
}
\keyword{internal}