View source: R/functions-public.R
newDB | R Documentation |
Function generates a new R6 database handling interface with DBI backend. For more information, see rocker class description.
newDB(verbose = TRUE, id = NULL, ...)
verbose |
TRUE or FALSE. Switch text output on / off. |
id |
Optional object ID/name |
... |
Not used yet |
New instance of rocker class
Other rocker:
rocker-R6-class
,
rocker-README
,
rocker-S3-functions
,
rocker-package
db <- rocker::newDB()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.