⚠️There's a newer version (0.9.1) of this package. Take me there.

listenv (version 0.6.0)

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.6.0

License

LGPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Last Published

December 28th, 2015

Functions in listenv (0.6.0)