fetch_grades: Fetch Grade Data

Description Usage Arguments Value Examples

View source: R/fetch_grades.R

Description

Fetch Grade Data

Usage

1
fetch_grades(year, secondary_only = TRUE)

Arguments

year

year to get grades for

secondary_only

logical. If TRUE, will return data for students in middle, high, alternative, or regional schools. If summarizing GPA, you probably want this to be TRUE.

Value

a tibble with all grade data for year

Examples

1
2
3
4
## Not run: 
fetch_grades(2018)

## End(Not run)

ekholme-ccps/ccpsr documentation built on Aug. 17, 2021, 10:01 p.m.