openjusticeok / ojodb

OJO's R package for opening the black box of our justice system
https://openjusticeok.github.io/ojodb/
GNU General Public License v3.0
5 stars 3 forks source link

Make function to pull evictions #33

Closed brancengregory closed 1 month ago

brancengregory commented 2 years ago

Can't decide whether to include the logic for determining what constitutes an eviction here or written in sql to create a view which can be queried with ojo_tbl(<view name>)

rcgentzler commented 2 years ago

I would prefer the logic to be written in R so it can be easily viewed and edited if necessary by @Hmccans or me.