school_report: School Report

Description Usage Arguments Examples

Description

This function creates a School Report for a specified graduating school and outputs the report as an html file.

Usage

1
school_report(school_code, school_name, from, to, output)

Arguments

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

Examples

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")

cwolfsonseeley/regionalreports documentation built on June 27, 2019, 10:12 p.m.