UrbanInstitute / education-data-package-r

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

Add CRDC data from 2020-21 #117

Open dcaud opened 1 month ago

dcaud commented 1 month ago

Can the CRDC data from 2021-21 be added?

The last year I see is the prior data from 2017-18.

For example, I'm hoping something like this would return data:

crdc_2020 <- educationdata::get_education_data(
  level = "schools",
  source = "crdc",
  topic = "enrollment",
  subtopic = c("race", "sex"),
  filters = list(year = 2020))
  add_labels = TRUE
)
erika-tyagi commented 1 month ago

@dcaud - thanks for reaching out! @JCarterUI manages the portal release schedule and should be able to provide more information.