Index of /web/packages/listarrays/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-03-08 16:50 7.2K 

README

listarrays

CRAN status CRAN RStudio mirror downloads

A toolbox for working with R arrays in a functional programming style. Flexibly split, bind, reshape, modify, subset, and name arrays.

The package provides:

Installation

You can install listarrays from CRAN with:

install.packages("listarrays")

Or install the development version from github with:

devtools::install_github("t-kalinowski/listarrays")