apa_table | R Documentation |
Create create APA formatted tables.
apa_table(
data,
header.names = NULL,
title = "Table #",
subtitle = "Add subtitle",
save = FALSE,
path = "table.png",
width = NULL,
note = NULL
)
data |
A data file. |
header.names |
A vector of header names to change columns names. Default is |
title |
The title of the table. Default is |
subtitle |
The subtitle of the table. Default is |
save |
A logical statement indicates whether the table should be saved as a file under a local folder. If false, the table will be returned as an object. By default, |
path |
A quoted string to indicate the file's pathway and name if |
width |
A numeric value between 0 to 1 to indicate the width of the table. By default, |
note |
A quoted string to add a note at the bottom of the table. By default, |
Print and saves APA formatted tables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.