listenv

From MaRDI portal
Listenv




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)) xi <- xi ^ 2; y <- as.list(x)'.






This page was built for software: listenv