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

Creates function `ojo_list_tables()` to pull all table names from ojodb #42

Closed brancengregory closed 3 years ago

brancengregory commented 3 years ago

Closes #30

rcgentzler commented 3 years ago

We have several schemas in our database, so we'll want to expand this a bit to allow us to both (a) list all tables in all schemas and (b) list all tables in a particular schema. This is a good reference for that: https://stackoverflow.com/questions/43720911/list-tables-within-a-postgres-schema-using-r

brancengregory commented 3 years ago

@rcgentzler Check this out again. I think I've added what you want

rcgentzler commented 3 years ago

::chef kiss::