cleanOutlineArg {pivottabler} | R Documentation |
Clean the arguments specified for an outline group
Description
cleanOutlineArg
checks values and provides defaults.
Usage
cleanOutlineArg(
pvt,
outline = NULL,
defaultCaption = "{value}",
defaultIsEmpty = TRUE
)
Arguments
pvt |
The pivot table. |
outline |
Either a logical value (TRUE to use the default outline settings) or a list specifying outline settings. |
defaultCaption |
The default caption of the outline group. |
defaultIsEmpty |
Specify whether the outline group is empty or contains a value (typically a sub-total) |
Value
A listed containing checked/cleaned outline group settings.
[Package pivottabler version 1.5.5 Index]