tlabs: Modify the title and caption of a ggtable

Description Usage Arguments

View source: R/tlabs.R

Description

Modify the title and caption of a ggtable

Usage

1
2
tlabs(..., wrap_note = TRUE, wrap_source = TRUE, wrap_len = 80,
  source_exdent = 0, note_exdent = 6)

Arguments

wrap_note

A logical value to indicate if the note should wrap.

wrap_source

A logical value to indicate if the source should wrap.

wrap_len

An integer indicating the target wrap length.

source_exdent

An integer indicating the indentation of subsequent lines in the source.

note_exdent

An integer indicating the indentation of subsequent lines in the note.

title

The title for the table.

subtitle

The subtitle for the table.

source

The source line for the table.

note

The note section for the table.


joevanderlans/ggtable documentation built on May 20, 2019, 9:42 a.m.