almartin82 / njschooldata

a simple, consistent interface for accessing NJ DOE school data in R
Other
11 stars 4 forks source link

fetch_enr breaks for args (2018, tidy = TRUE) #135

Closed chiouey closed 4 years ago

chiouey commented 4 years ago
devtools::install_github('almartin82/njschooldata')
library(njschooldata)
foo <- fetch_enr(2018, TRUE)

returns

Error: Assigned data `as.character(df$program_code)` must be compatible with existing data.
x Existing data has 26484 rows.
x Assigned data has 0 rows.
i Only vectors of size 1 are recycled.

In addition: Warning message:
Unknown or uninitialised column: `program_code`.