Supports conversion to tables, data frames, tibbles.
For a cube, the data frame returned by
as_data_frame
resulting data frame contains the
dimensions as character values (and not as factors).
1 2 3 4 5 6 7 8 | ## 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.