View source: R/summarize_clicc.r
summarize_clicc | R Documentation |
Summarize CLICC data
summarize_clicc(
data,
clicc_type = "checkall",
group_vars = NULL,
save = FALSE,
path = "clicc_summary.csv"
)
data |
A data file containing clicc. |
clicc_type |
A vector containing the CLICC type. Options include: "checkall" or "topconcern". By default, |
group_vars |
A vector of grouping variables. 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.