Write feature data frame to a database using a DBI::dbWriteTable
call
1 2 |
data |
The feature data frame to be written |
name |
Unused, but present for compatibility with other write* fucntions |
label |
Unused, but present for compatibility with other write* fucntions |
conn |
A DBI dbConnection object to the database that will host the table |
overwrite |
Boolean indicator for whether the data written should overwrite any existing table or append it |
runConfig |
Path to a run configuration file with names and descriptions of the feature set and run. See 'inst/feature_set_run_conf/exampl_feature_set.conf' for an example. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.