About Anaconda Help Download Anaconda

teamcore / packages / r-listenv 0.8.0

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

Installers

  • linux-64 v0.8.0

conda install

To install this package run one of the following:
conda install teamcore::r-listenv

Description


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.3) Legal | Privacy Policy