r-cran-listenv
R package: Environments Behaving (Almost) as Lists
Description
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)'.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://cran.r-project.org/package=listenv
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install r-cran-listenv