almartin82 / njschooldata

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

Fixed grate functions #167

Closed chrishaid closed 2 years ago

chrishaid commented 2 years ago

Added 2020 and pointed older years to new URLs.

Note that 2020 spreadsheet lacks graduated and cohort counts

Also fixed all parsing errors caused by characters (N, *, -) in purportedly numeric columns like grad_count.

Finally, changed some code to use idiomatic tidyverse style (using .data[[i]] to access columns with quoted names). I left the loop, much to my chagrin.

almartin82 commented 2 years ago

I put one test back in d8d8d03 - here's what it looked like on the console. looks ok!

image