Creates a pivot_table
object from a data frame. Additional information
associated with the pivot table can be indicated. The data frame data is
converted to character data type.
Arguments
- df
A data frame, contains one or more pivot tables.
- page
A string, additional information associated with the pivot table.
- page_row, page_col
A cell (row and column number), page information included in the table.
- n_col_labels
A number, number of columns containing pivot table labels.
- n_row_labels
A number, number of rows containing pivot table labels.
See also
Other pivot table definition functions:
define_labels()
,
get_page()
,
set_page()