View source: R/produce_om_report.R
produce_om_report | R Documentation |
Shortcut function with all steps to provide an Outcome Measures report
produce_om_report(df, part = "ALL", format = "uploadable")
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 ( |
A txt or csv file at the path of your choice
#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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.