convertPvtTblToBasicTbl {pivottabler} | R Documentation |
Convert a pivot table to a basic table.
Description
convertPvtTblToBasicTbl
is a utility function that converts a pivot
table to a basic table from the basictabler package.
Usage
convertPvtTblToBasicTbl(
pvt = NULL,
exportOptions = NULL,
compatibility = NULL,
showRowGroupHeaders = FALSE
)
Arguments
pvt |
The pivot table to convert. |
exportOptions |
Options specifying how values are exported. |
compatibility |
Compatibility options specified when creating the basictabler table. |
showRowGroupHeaders |
Show captions at the top of the columns that comprise the row groups (i.e. in the top left root of then pivot table). |
Value
a basictabler table.
[Package pivottabler version 1.5.5 Index]