DBq | R Documentation |
DB query DB query using default parameters.
DBq(
x,
host = getOption("mapps.host"),
user = getOption("mapps.user"),
password = getOption("mapps.pwd"),
db = getOption("mapps.db")
)
a data.table (also for errors). When in shiny query errors are captured by shinytoastr::toastr_error()
DBq("SELECT 1")
DBq("SELECT err")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.