convertPvtStyleToBasicStyle {pivottabler} | R Documentation |
Convert a pivot table style to a basictabler style.
Description
convertPvtStyleToBasicStyle
is a utility function that converts a pivot
table style to a basictabler style from the basictabler package.
Usage
convertPvtStyleToBasicStyle(btbl = NULL, pvtStyle = NULL)
Arguments
btbl |
The basic table that will own the new style. |
pvtStyle |
The pivot style to convert. |
Value
a basictabler style.
[Package pivottabler version 1.5.5 Index]