View source: R/utils-educationdata-district.R
sr_identify_school_grades | R Documentation |
NCES data reports grades for schools, but reports it as the lowest and highest grades. This function takes a vector of grades as input and then returns a boolean of whether the school contains any of the grades based on the lowest and highest grades.
sr_identify_school_grades(.data, vector_of_grades)
.data |
Dataset of CCD data, created with |
vector_of_grades |
Vector of integers representing the grades of which we want to see if the school has any of the grades in the vector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.