cleanOutlineArg: Clean the arguments specified for an outline group

View source: R/utilities.R

cleanOutlineArgR 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.


pivottabler documentation built on Oct. 1, 2023, 5:07 p.m.