almartin82 / njschooldata

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

Fetch PARCC/NJSLA #154

Closed chiouey closed 3 years ago

chiouey commented 3 years ago

They changed up the locations of these files...

test_that("fetch_all_parcc works", {
  all_parcc <- fetch_all_parcc()
  expect_is(all_parcc, 'data.frame')
})