listenv
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)'.
- Version0.9.1
- R versionunknown
- LicenseLGPL-2.1
- LicenseLGPL-3
- Needs compilation?No
- Last release01/29/2024
Documentation
Team
Henrik Bengtsson
MaintainerShow author details
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Suggests3 packages
- Reverse Imports7 packages
- Reverse Suggests5 packages