Description Usage Arguments Value
Make new database tables if necessary
1 2 3 4 5 | psi_make_table_if_necessary(
conn_args = config::get("dataconnection"),
table_name = "glucose_records",
table = GLUCOSE_DATA_FRAME
)
|
conn_args |
connection |
table_name |
character string name for the table. |
table |
a valid glucose data frame. Never use the default value unless you are testing. |
NULL if table already exists. Otherwise creates the table and returns TRUE invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.