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)'.

Getting started

Package details

AuthorHenrik Bengtsson [aut, cre, cph] (ORCID: <https://orcid.org/0000-0002-7579-5165>)
MaintainerHenrik Bengtsson <henrikb@braju.com>
LicenseApache License (>= 2)
Version1.0.0
URL https://listenv.futureverse.org https://github.com/futureverse/listenv
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("listenv")

Try the listenv package in your browser

Any scripts or data that you put into this service are public.

listenv documentation built on June 22, 2026, 9:06 a.m.