View source: R/databaseHelpers.R
insertTable | R Documentation |
Will assing to .GlobalEnv
insertTable(
Matrix,
tableName,
appends = FALSE,
rmOld = FALSE,
uorfDB = get("uorfDB", envir = .GlobalEnv)
)
Matrix |
the data.table / matrix to insert |
tableName |
name of table in sql database |
appends |
rowbind instead of insert |
rmOld |
(TRUE) allow replacing existing table (if TRUE) |
uorfDB |
the defined uORFome sql database, default: get("uorfDB", envir = .GlobalEnv) |
invisible(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.