View source: R/ojo_list_tables.R
ojo_list_tables | R Documentation |
Query the Open Justice Oklahoma database for the names of all tables
ojo_list_tables(schema = "public", ..., .con = NULL)
schema |
The name of the schema to query |
... |
Placeholder for additional arguments |
.con |
The OJO database connection to use |
data, a tibble containing the names of all tables
## Not run:
ojo_list_tables()
ojo_list_tables("all")
ojo_list_tables("iic")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.