as.table.tbl_cube {dplyr} | R Documentation |
tbl_cube
to other data structuresSupports conversion to tables, data frames, tibbles.
For a cube, the data frame returned by
tibble::as_data_frame()
resulting data frame contains the
dimensions as character values (and not as factors).
## S3 method for class 'tbl_cube' as.table(x, ..., measure = 1L) ## S3 method for class 'tbl_cube' as.data.frame(x, ...) ## S3 method for class 'tbl_cube' as_data_frame(x, ...)
x |
a |
... |
Passed on to individual methods; otherwise ignored. |
measure |
A measure name or index, default: the first measure |