FreeBSD.software
Home/devel/R-cran-listenv

R-cran-listenv

0.10.0devel

Environments Behaving (Almost) as Lists

List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting, e.g. 'x <- listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.

$pkg install R-cran-listenv
cran.r-project.org/package=listenv
Origin
devel/R-cran-listenv
Size
184KiB
License
LGPL21+
Maintainer
eduardo@FreeBSD.org
Dependencies
1 packages
Required by
1 packages

Dependencies (1)

Required By (1)