CMD + K

r-listenv

Community

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)'.

Installation

To install this package, run one of the following:

Conda
$conda install thedataincubator::r-listenv

Usage Tracking

0.7.0
1 / 8 versions selected
Total downloads: 0

About

Summary

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)'.

Information Last Updated

Mar 25, 2025 at 16:27

License

LGPL (>= 2.1)

Total Downloads

93

Platforms

Linux 64 Version: 0.7.0