Creates a pivot_table object from a data frame. Additional information
associated with the pivot table can be indicated. Data frame data is
converted to character type.
Usage
pivot_table(df, page = vector("character"))
Arguments
df
A data frame, contains one or more pivot tables.
page
A string, additional information associated with the pivot table.