dbDriver-methods: constructs the DBI driver

Description Arguments Value Methods See Also

Description

initializes the appropriate driver from the driver string given.

Arguments

drvName

should be the character name of the driver to initiate. in this package, "BigQuery"

Value

a DBIDriver object for the specified database. In BigQuery's case, a BQDriver. Note that BQDriver is a singleton; only one object of its class should be instantiated at a time.

Methods

signature(drvName = "character"), ...

calls the initialization function appropriate to driver name specified. Syntactically equal to drvName(...)

See Also

BQDriver-class BigQuery


RBigQuery documentation built on May 2, 2019, 5:09 p.m.