View source: R/demographic_tables.r
demographic_tables | R Documentation |
Create CCMH demographic tables.
demographic_tables(
data,
decimal_place = 2,
text.font = "Avenir",
print.tables = TRUE,
save = FALSE,
path = "demograpics.xlsx"
)
data |
A data file containing demographic information. |
decimal_place |
The number of decimal places to round to. Default is |
text.font |
The font type of the text in the table. Default is |
print.tables |
A logical statement indicates whether the table should be printed in the console. By default, |
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 |
Prints demographic tables in concole and/or saves them in under the working directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.