dese_get: Get data from Massachusetts DESE

Description Usage Arguments Details Value See Also Examples

View source: R/dese_get.R

Description

Get public school information from Massachusetts State Reports.

Usage

1
dese_get(report, query = NULL)

Arguments

report

the name of the report you are getting

query

any additional query needed to complete the url

Details

A wrapper function that execute a GET to http://profiles.doe.mass.edu/state_report/ and parses the results.

Value

data.frame

See Also

GET and rvest which this function wraps

Examples

1
dese_get('enrollmentbyracegender', query=list('mode'='school', 'year'='2016'))

rgknight/madese documentation built on May 27, 2019, 7:23 a.m.