regional_school_report: Regional School Report

Description Usage Arguments Examples

Description

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

Usage

1
2
regional_school_report(msa, msa_name, school_code, school_name, from, to,
  output)

Arguments

msa

MSA code from CDW

msa_name

name you'd like to give MSA as it appears in the report

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 report for Boston and the College of Engineering from January 1, 2014 to June 30, 2018
school_report(msa = 14460, msa_name = "Boston", school_code = "EN", school_name = "College of Engineering", from = 20140101, to = 20180630, output = "my_file/boston_engineering_report")

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