ThreePartTable: Three-part tables (Caption-body-note)

Description Usage Arguments

View source: R/ThreePartTable.R

Description

Three-part tables (Caption-body-note)

Usage

1
2
ThreePartTable(tablebody, caption = "", note = "", align = NA,
  digits = 2)

Arguments

tablebody

A matrix or data.frame of the table.

caption

A character string denoting the title of the table.

note

A character string denoting the note at the foot of the table.

align

A character string to align columns: l = left, c = center, r = right, d = decimal e.g., align = "llccrrdd"

digits

A numeric value indicating the number of digits to round numeric columns


wjschne/APA6 documentation built on May 4, 2019, 7:34 a.m.