Closed andrewjbe closed 1 year ago
toupper()
to both ojo_crim_cases()
and ojo_civ_cases()
, so now you can type the district arguments in any case you want. Putting toupper()
directly into the filter()
call didn't work (there was some SQL error with the translated WHERE "district" IN UPPER("districts")
was happening) so I moved it just before.
I'm going to try to make a lot of small quality of life changes on this branch. I'm going to avoid anything that fundamentally alters how the package works. Here's a running list of changes I've made:
dplyr
to theDepends:
list. It's annoying to have to remember to calllibrary(dplyr)
every time you want to use anojodb
function, so now it's auto-loaded when you calllibrary(ojodb)
.