ojo_query: OJO Query

View source: R/ojo_query.R

ojo_queryR Documentation

OJO Query

Description

Query the Open Justice Oklahoma database

Usage

ojo_query(query, ..., .con = NULL)

Arguments

query

The query to send to ojodb

...

Arguments to pass to glue::glue_sql

.con

The ojodb connection to use

Value

data, a tibble containing the results of the query

Examples

## Not run: 
ojo_query("SELECT * FROM \"case\" LIMIT 10")
ojo_query("SELECT * FROM iic.inmate LIMIT 10")

## End(Not run)


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