Learn R Programming

junco (version 0.1.2)

real_add_overall_facet: Add Overall Facet

Description

A function to help add an overall facet to your tables.

Usage

real_add_overall_facet(name, label)

Value

Function usable directly as a split function.

Arguments

name

(character)
Name/virtual 'value' for the new facet.

label

(character)
Label for the new facet.

Examples

Run this code
splfun <- make_split_fun(post = list(real_add_overall_facet("Total", "Total")))

Run the code above in your browser using DataLab