ojo_query | R Documentation |
Query the Open Justice Oklahoma database
ojo_query(query, ..., .con = NULL)
query |
The query to send to ojodb |
... |
Arguments to pass to glue::glue_sql |
.con |
The ojodb connection to use |
data, a tibble containing the results of the query
## Not run:
ojo_query("SELECT * FROM \"case\" LIMIT 10")
ojo_query("SELECT * FROM iic.inmate LIMIT 10")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.