Description Usage Arguments Examples
This function creates a School Report for a specified graduating school and outputs the report as an html file.
1 | school_report(school_code, school_name, from, to, output)
|
school_code |
school code from CDW |
school_name |
school name as you'd like it to appear in the report |
from |
start date in yyyymmdd format |
to |
end date in yyyymmdd format |
output |
file location and name for report |
1 2 | # This would output the school report for the College of Engineering from January 1, 2014 to June 30, 2018
school_report(school_code = "EN", school_name = "College of Engineering", from = 20140101, to = 20180630, output = "my_file/engineering_report")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.