Description Usage Arguments Value
View source: R/read_data_utils.R
Connects to the default database and looks up a table. Slightly more convenient than setting up the database connection first.
1 2 3 4 | table_df_from_db(
conn_args = config::get("dataconnection"),
table_name = "glucose_records"
)
|
conn_args |
valid database connection |
table_name |
character string |
dataframe representation of the table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.