r-listenv
Environments Behaving (Almost) as Lists
Environments Behaving (Almost) as Lists
To install this package, run one of the following:
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)'.
Summary
Environments Behaving (Almost) as Lists
Information Last Updated
Mar 25, 2025 at 16:19
License
LGPL-2.1 LGPL-3
Total Downloads
66
GitHub Repository
https://github.com/HenrikBengtsson/listenv