convertPvtTblToBasicTbl | R Documentation |
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
)
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). |
a basictabler table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.