Nothing
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)'.
Package details |
|
---|---|
Author | Henrik Bengtsson [aut, cre, cph] |
Maintainer | Henrik Bengtsson <henrikb@braju.com> |
License | LGPL (>= 2.1) |
Version | 0.9.1 |
URL | https://listenv.futureverse.org https://github.com/HenrikBengtsson/listenv |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.