almartin82 / njschooldata

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

School name lookup collision #159

Closed chiouey closed 3 years ago

chiouey commented 3 years ago

If multiple districts with overlapping school_ids are the input of friendly_school_names(), only one corresponding school name is returned. this is fixed here by grouping by district_id and school_id and can be tested with testthat::test_file("tests/testthat/test_lookup.R")