databaseGetSchools: Returns a list of schools
Description
Returns a list of schools
Usage
databaseGetSchools(
q = "",
city_id = "",
offset = "",
count = "100",
v = getAPIVersion()
)
Arguments
offset
Offset needed to return a specific subset of schools
count
Number of schools to return
Examples
Run this code# NOT RUN {
databaseGetSchools(city_id = 2)
# }
Run the code above in your browser using DataLab