fetch_parcc: gets and cleans up a PARCC data file file

View source: R/parcc.R

fetch_parccR Documentation

gets and cleans up a PARCC data file file

Description

fetch_parcc is a wrapper around get_raw_parcc and process_parcc that gets a parcc file and performs any cleanup.

Usage

fetch_parcc(end_year, grade_or_subj, subj, tidy = FALSE)

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

tidy

clean up the data frame to make it more compatible with NJASK naming conventions and do some additional calculations? default is FALSE.


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