View source: R/db_get-helpers.R
check_db | R Documentation |
Check user-specified database name and transforms it (if needed). If the user improperly specified a database, a message tells them how to fix it.
check_db(db, verbose = FALSE)
db |
A string specifying the database to query. Defaults to
|
verbose |
Do you want the format explained when acceptable, but non-exact matching strings, are used? |
Character vector — correctly formatted database name.
library(orextdb) ## Not run: check_db(db = current_db()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.