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