listenv (version 0.9.1)

Environments Behaving (Almost) as Lists

Description

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

Copy Link

Version

Down Chevron

Install

install.packages('listenv')

Monthly Downloads

194,517

Version

0.9.1

License

LGPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Last Published

January 29th, 2024

Functions in listenv (0.9.1)