ojo_list_tables: List all tables on the OJO database

View source: R/ojo_list_tables.R

ojo_list_tablesR Documentation

List all tables on the OJO database

Description

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

Usage

ojo_list_tables(schema = "public", ..., .con = NULL)

Arguments

schema

The name of the schema to query

...

Placeholder for additional arguments

.con

The OJO database connection to use

Value

data, a tibble containing the names of all tables

Examples

## Not run: 
ojo_list_tables()
ojo_list_tables("all")
ojo_list_tables("iic")

## End(Not run)


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