writeDatabaseData: Write feature data frame to a database

Description Usage Arguments

View source: R/util-export.R

Description

Write feature data frame to a database using a DBI::dbWriteTable call

Usage

1
2
writeDatabaseData(data, name = NULL, label = NULL, conn, overwrite = TRUE,
  runConfig)

Arguments

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.


ConvergenceDA/visdom documentation built on May 6, 2019, 12:51 p.m.