fetch_attendance: Fetch Attendance

Description Usage Arguments Details Examples

View source: R/fetch_attendance.R

Description

Retrieve the total days present and enrolled as well as % days attended for all students in a given year.

Usage

1
fetch_attendance(year, school_type = "reg")

Arguments

year

The year to query. Earliest year available is 2014 for regular and 2018 for year round.

school_type

either "reg" or "yr". Use "reg" for regular schools and "yr" for year-round schools

Details

This function works for either regular or year round schools. If you want both, use fetch_all_attendance

Examples

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

## End(Not run)

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