Description Usage Arguments Value See Also Examples
Connects to the ojo database, if no connection exists, and creates a pointer to a specified table.
1 | ojo_tbl(tbl_name)
|
tbl_name |
The name of a table in the |
A pointer to a table that can be passed to dplyr functions and/or pulled into a dataframe using ojo_collect()
ojo_list_tables()
1 | ojo_tbl("oscn_caseinfo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.