Description Usage Arguments Details Examples
View source: R/fetch_attendance.R
Retrieve the total days present and enrolled as well as % days attended for all students in a given year.
1 | fetch_attendance(year, school_type = "reg")
|
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 |
This function works for either regular or year round schools. If you want both, use fetch_all_attendance
1 2 3 4 | ## Not run:
fetch_attendance(2018)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.