View source: R/produce_com_report.R
produce_com_report | R Documentation |
Shortcut function with all steps to provide a Completions report
produce_com_report(
df,
extracips = NULL,
part = "ALL",
format = "uploadable",
ugender = TRUE,
ggender = TRUE
)
df |
A dataframe set up according to the readme |
extracips |
A dataframe set up according to the readme (optional) |
part |
A string with what part of the report you want to produce: 'all', 'A', etc. |
format |
A string ( |
ugender |
A boolean: TRUE means you are collecting and able to report "another gender" for undergraduate completers, even if you have no (or few) such students. Set as FALSE if necessary |
ggender |
A boolean: TRUE means you are collecting and able to report "another gender" for graduate completers, even if you have no (or few) such students. Set as FALSE if necessary |
A txt or csv file at the path of your choice
#entire report
produce_com_report(com_students, com_cips)
#one part as csv instead of key-value
produce_com_report(com_students, com_cips, part = "A", format = "readable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.