Learn R Programming

pivottabler (version 0.4.0)

getSimpleColoredTheme: Get a simple coloured theme.

Description

Get a simple coloured theme that can be used to style a pivot table into a custom colour scheme.

Usage

getSimpleColoredTheme(parentPivot, themeName = "coloredTheme", colors,
  fontName)

Arguments

parentPivot

Owning pivot table.

themeName

The name to use as the new theme name.

colors

The set of colours to use when generating the theme (see the Styling vignette for details).

fontName

The name of the font to use, or a comma separated list (for font-fall-back).

Value

A PivotStyles object.