ojo_list_vars: List all variables in a table on the ojodb database

View source: R/ojo_list_vars.R

ojo_list_varsR Documentation

List all variables in a table on the ojodb database

Description

Query the Open Justice Oklahoma database for the names of all variables in a table

Usage

ojo_list_vars(table, schema = "public", ..., .con = NULL)

Arguments

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

Value

data, a tibble containing the names of all variables in a table

Examples

## Not run: 
ojo_list_vars("case")
ojo_list_vars("inmate", "iic")

## End(Not run)


openjusticeok/ojodb documentation built on Aug. 4, 2024, 3:25 p.m.