convertPvtTblToBasicTbl
is a utility function that converts a pivot
table to a basic table from the basictabler package.
convertPvtTblToBasicTbl(
pvt = NULL,
exportOptions = NULL,
compatibility = NULL,
showRowGroupHeaders = FALSE
)
The pivot table to convert.
Options specifying how values are exported.
Compatibility options specified when creating the basictabler table.
Show captions at the top of the columns that comprise the row groups (i.e. in the top left root of then pivot table).
a basictabler table.