View source: R/produce_ef1_report.R
produce_ef1_report | R Documentation |
Shortcut function with all steps to provide a Fall Enrollment report
produce_ef1_report( students, retention, part = "ALL", include_optional = FALSE, format = "uploadable" )
students |
A dataframe set up according to the readme with student data |
retention |
A dataframe set up according to the readme with retention data |
part |
A string with what part of the report you want to produce: 'all', 'A', etc. |
include_optional |
A boolean flag for whether optional parts should be included |
format |
A string ( |
A txt or csv file at the path of your choice
#entire report produce_ef1_report(ef1_students, ef1_retention) #entire report with optional sections produce_ef1_report(ef1_students, ef1_retention, include_optional = TRUE) #one part as csv instead of key-value produce_ef1_report(ef1_students, part = 'D', format = 'readable')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.