interleave: Converts Tabular Data to Interleaved Vectors
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.1 | 
| Imports: | 
Rcpp | 
| LinkingTo: | 
geometries, Rcpp | 
| Suggests: | 
covr, sfheaders, tinytest | 
| Published: | 
2021-03-18 | 
| 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 LICENSE | 
| NeedsCompilation: | 
yes | 
| SystemRequirements: | 
C++11 | 
| Materials: | 
README NEWS  | 
| CRAN checks: | 
interleave results | 
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=interleave
to link to this page.