listenv (Q71742)
From MaRDI portal
Environments Behaving (Almost) as Lists
Language | Label | Description | Also known as |
---|---|---|---|
English | listenv |
Environments Behaving (Almost) as Lists |
Statements
29 January 2024
0 references
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)'.
0 references
expanded from: LGPL (≥ 2.1) (English)
0 references