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

Getting started

Package details

Maintainer
LicenseLGPL (>= 2.1)
Version0.9.1-9000
URL https://listenv.futureverse.org https://github.com/HenrikBengtsson/listenv
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("HenrikBengtsson/listenv")
HenrikBengtsson/listenv documentation built on Jan. 31, 2024, 9:08 a.m.