UrbanInstitute / education-data-package-r

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

Error in MEPS endpoint from CRAN version #97

Closed erika-tyagi closed 1 year ago

erika-tyagi commented 2 years ago

The version on CRAN throws an error when accessing the MEPS endpoint:

data <- get_education_data(level = "schools",
                           source = "meps",
                           filters = list(year = 2017))

> Error: "topic" argument must be specified.
Valid topics are:
    NA

Fixed in the version of the package on GitHub (and will be fixed upon CRAN re-sububmission):

devtools::install_github("UrbanInstitute/education-data-package-r")
erika-tyagi commented 1 year ago

Updated on CRAN: https://cran.r-project.org/web/packages/educationdata