insertTable: Delete the database for uORFome

View source: R/databaseHelpers.R

insertTableR Documentation

Delete the database for uORFome

Description

Will assing to .GlobalEnv

Usage

insertTable(
  Matrix,
  tableName,
  appends = FALSE,
  rmOld = FALSE,
  uorfDB = get("uorfDB", envir = .GlobalEnv)
)

Arguments

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)

Value

invisible(NULL)


Roleren/uORFomePipe documentation built on Jan. 14, 2024, 5:11 a.m.