get_raw_parcc: reads the raw PARCC excel files from the state website

View source: R/parcc.R

get_raw_parccR Documentation

reads the raw PARCC excel files from the state website

Description

get_raw_parcc builds a url and reads the xlsx file into a dataframe

Usage

get_raw_parcc(end_year, grade_or_subj, subj)

Arguments

end_year

a school year. end_year is the end of the academic year - eg 2014-15 school year is end_year 2015. valid values are 2015-2017

grade_or_subj

grade level (eg 8) OR math subject code (eg ALG1, GEO, ALG2)

subj

PARCC subject. c('ela' or 'math')

Value

PARCC dataframe


almartin82/njschooldata documentation built on Nov. 23, 2023, 1:33 a.m.