View source: R/produce_gr_report.R
produce_gr_report | R Documentation |
Shortcut function with all steps to provide a Graduation Rates report
produce_gr_report(
df,
part = "ALL",
format = "uploadable",
ugender = lifecycle::deprecated()
)
df |
a dataframe set up according to the readme |
part |
a string with what part of the report you want to produce "all", "A1", etc. |
format |
A string ( |
ugender |
'r lifecycle::badge("deprecated")' A boolean: TRUE means you are collecting and able to report "another gender" for undergraduate students, even if you have no (or few) such students. Set as FALSE if necessary. **Starting in 2024-2025, this argument will be ignored by later code.** |
A txt or csv file at the path of your choice
#entire report
produce_gr_report(gr_students)
#one part in csv format instead of key-value
produce_gr_report(gr_students, part = "B", format = "readable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.