View source: R/databaseHelpers.R
tableNotExists | R Documentation |
Does table exist
tableNotExists(name, exact = TRUE, uorfDB = get("uorfDB", envir = .GlobalEnv))
name |
Table name |
exact |
(TRUE), if FALSE do "grep" search instead |
uorfDB |
the defined uORFome sql database, default: get("uorfDB", envir = .GlobalEnv) |
logical (TRUE if not exists)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.