newDB function

newDB

newDB

Function generates a new R6 database handling interface with DBI backend. For more information, see rocker class description.

newDB(verbose = TRUE, id = NULL, ...)

Arguments

  • verbose: TRUE or FALSE. Switch text output on / off.
  • id: Optional object ID/name
  • ...: Not used yet

Returns

New instance of rocker class

Examples

db <- rocker::newDB()

See Also

Other rocker: rocker-R6-class, rocker-README, rocker-S3-functions, rocker-package

  • Maintainer: Nikolaus Pawlowski
  • License: MIT + file LICENSE
  • Last published: 2022-08-20