produce_om_report {IPEDSuploadables} | R Documentation |
Shortcut function with all steps to provide an Outcome Measures report
Description
Shortcut function with all steps to provide an Outcome Measures report
Usage
produce_om_report(df, part = "ALL", format = "uploadable")
Arguments
df |
A dataframe set up according to the readme |
part |
A string with what part of the report you want to produce: 'all', 'A', etc. |
format |
A string ( |
Value
A txt or csv file at the path of your choice
Examples
#entire report
produce_om_report(om_students)
#one part with csv output instead of key-value
produce_om_report(om_students, part = 'A', format = 'readable')
[Package IPEDSuploadables version 2.8.7 Index]