Path to this page:
./
wip/R-listenv,
Environments behaving (almost) as lists
Branch: CURRENT,
Version: 0.9.0,
Package name: R-listenv-0.9.0,
Maintainer: pkgsrc-usersList 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)'.
Master sites: (Expand)
Version history: (Expand)
- (2023-12-01) Package added to pkgsrc.se, version R-listenv-0.9.0 (created)