ojo_tbl: Identify a table from the 'ojo' database

Description Usage Arguments Value See Also Examples

Description

Connects to the ojo database, if no connection exists, and creates a pointer to a specified table.

Usage

1
ojo_tbl(tbl_name)

Arguments

tbl_name

The name of a table in the ojo database. To get a list of tables, run ojo_list_tables()

Value

A pointer to a table that can be passed to dplyr functions and/or pulled into a dataframe using ojo_collect()

See Also

ojo_list_tables()

Examples

1
ojo_tbl("oscn_caseinfo")

openjusticeok/ojo documentation built on Feb. 2, 2021, 5:47 a.m.