Description Usage Arguments Value Examples
View source: R/highSchoolLookup.R
Provides a simple function to form/request high school lookup codes from the ACT API
1 | highSchoolLookup(state, country = "US", city = "", name = "")
|
state |
Should be the two character state/province abbreviation |
country |
Should be the abbreviated character list |
city |
Optional - name of the city where the high school is located |
name |
Optional - name of the school to lookup |
Returns a data frame containing the response payload
1 2 3 4 5 6 7 8 | \run{
# Get all the high schools located in Kentucky
kyHighSchools <- ACT::highSchoolLookup("US", "KY")
# Display part of the dataframe
head(kyHighSchools)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.