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"))
Value
A pivot_table object.
Arguments
df
A data frame, contains one or more pivot tables.
page
A string, additional information associated with the pivot table.
See Also
Other import functions:
read_excel_file(),
read_excel_folder(),
read_excel_sheet(),
read_text_file(),
read_text_folder()