Skip to contents

Query the Open Justice Oklahoma database for the names of all schemas

Usage

ojo_list_schemas(..., .con = NULL)

Arguments

...

Placeholder

.con

The OJO database connection to use

Value

data, a tibble containing the names of all schemas

Examples

if (FALSE) { # \dontrun{
ojo_list_schemas()
} # }