interleave: Converts Tabular Data to Interleaved Vectors (original) (raw)

Converts matrices and lists of matrices into a single vector by interleaving their values. That is, each element of the result vector is filled from the input matrices one row at a time. This is the same as transposing a matrix, then removing the dimension attribute, but is designed to operate on matrices in nested list structures.

Version: 0.1.2
Depends: R (≥ 3.0.2)
Imports: Rcpp
LinkingTo: geometries (≥ 0.2.4), Rcpp
Suggests: covr, sfheaders, tinytest
Published: 2024-01-17
DOI: 10.32614/CRAN.package.interleave
Author: David Cooley [aut, cre], Mapbox [cph] (author of header library earcut.hpp)
Maintainer: David Cooley <david.cooley.au at gmail.com>
License: MIT + file
NeedsCompilation: yes
Materials: README, NEWS
CRAN checks: interleave results

Documentation:

Downloads:

Reverse dependencies:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=interleaveto link to this page.