cubelyr icon indicating copy to clipboard operation
cubelyr copied to clipboard

A data cube dplyr backend

Results 3 cubelyr issues
Sort by recently updated
recently updated
newest added

Added some error message when array dimension names are missing. Added test cases. It was impossible to convert an array that didn't have names(dimnames(x)) set, which is common for use...

`as.tbl_cube.array` is supposed to allow specifying the names of each dimension using the `dim_names` argument. However, it seems that the function ignores this argument entirely, as shown in the reprex...

If one of the measures consists of lists then converting the cube to a tibble causes problem. For example: ``` X