UrbanInstitute / education-data-package-r

https://urbaninstitute.github.io/education-data-package-r/
Other
86 stars 11 forks source link

Error when loading with no filter #92

Closed shoganhennessy closed 2 years ago

shoganhennessy commented 2 years ago

The API pull produces an error when trying to pull all available years, i.e. omitting the filter option.

finance.data <- educationdata::get_education_data(
    level = "college-university",
    source = "ipeds",
    topic = "finance")

Fetching data for college-university/ipeds/finance/1979/? ...
Processing page 2 out of 2

Fetching data for college-university/ipeds/finance/1983/? ...
Processing page 2 out of 2

Fetching data for college-university/ipeds/finance/1984/? ...
Processing page 2 out of 2

Fetching data for college-university/ipeds/finance/1985/? ...
Error: Query page not found.
Please double-check your arguments (especially filters).
Consider filing an issue with the development team if this issue persists.