Description Usage Arguments Value
Read contents of table
from the database and return it as a dataframe
1 2 3 4 5 6 | psi_make_table_with_index(
conn_args = config::get("dataconnection"),
table_name = "experiments",
table = NULL,
index = NULL
)
|
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. |
index |
(list) table column to be used for index |
dataframe
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.