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)'.
1.0.0
Apache License (>= 2)
1 个版本
安装
install.packages("listenv")
remotes::install_cran("listenv")
版本列表
1.0.0
2026-06-22