Shortcut function to do all steps to produce a report
Source:R/produce_adm_report.R
produce_adm_report.RdShortcut function to do all steps to produce a report
Arguments
- df
A dataframe set up according to the readme
- ptype
(Optional) An integer [1-9] indicating which calculation method to use for test score percentiles. The default value within R and here is 7. To see details, run
?quantileand scroll down to "Type".- part
A string with what part of the report you want to produce: 'all', 'A', etc.
- format
A string (
"uploadable"will produce a properly formatted upload file."readable"will produce a csv of the upload file (only works for one part at a time)."both"will provide both options, but only works with one part at a time.