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 conda-forge::r-listenv

Usage Tracking

0.10.0
0.9.1
0.9.0
0.8.0
0.7.0
5 / 8 versions selected
Downloads (Last 6 months): 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)'.

Last Updated

Nov 2, 2025 at 08:02

License

LGPL-2.1-or-later

Total Downloads

1.0M

Supported Platforms

noarch

Unsupported Platforms

linux-64 Last supported version: 0.7.0
macOS-64 Last supported version: 0.7.0
win-64 Last supported version: 0.7.0