narray icon indicating copy to clipboard operation
narray copied to clipboard

R package for subset- and name-aware array utility functions

Results 5 narray issues
Sort by recently updated
recently updated
newest added

This is an overview of how `narray` is used in R packages present on CRAN, to get some idea where to focus future development. If anyone reading this uses `narray`...

This would provide a `group` function that adds a `narray_grouped` class to an object and indicates which axis the group is on. Then, `map`, `lambda`, `split` etc. would be S3...

question

This refers to indexing as in [lambda.r#L14-L19](https://github.com/mschubert/narray/blob/master/R/lambda.r#L14-L19) (multiple arrays, multiple axes, index as `data.frame`). Idea: * This could be provided as a separate function (analogous to [`group`](https://github.com/mschubert/narray/issues/21)) * The index...

question

analogous to map

enhancement

`cl=NULL` default, but be able to supply them this doesn't make sense for e.g. stack, because common writes

enhancement
next-release