File: cash-set-.listenv.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 (21 lines) | stat: -rw-r--r-- 462 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/listenv.R
\name{$<-.listenv}
\alias{$<-.listenv}
\alias{[[<-.listenv}
\alias{[<-.listenv}
\title{Set an element of list environment}
\usage{
\method{$}{listenv}(x, name) <- value
}
\arguments{
\item{x}{A list environment.}

\item{name}{Name or index of element}

\item{value}{The value to assign to the element}
}
\description{
Set an element of list environment
}
\keyword{internal}