knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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: {r, eval=FALSE} devtools::install_github("t-kalinowski/listarrays")



t-kalinowski/listarrays documentation built on April 20, 2024, 1:34 a.m.