BigQuery: Creates a BigQuery driver.

Description Usage Arguments Details Value See Also Examples

Description

Creates a BigQuery driver, or if the driver is already created and the force.reload flag is not set, returns the current BigQuery driver. (drivers are singletons)

Usage

1
BigQuery(max.con = 1, fetch.default.rec = 10000, force.reload = FALSE)

Arguments

max.con

Maximum number of connections BigQuery can drive at once.

fetch.default.rec

Default number of result rows to fetch at a time

force.reload

Force the driver to restart itself.

Details

the current arguments to BigQuery() are not yet set to do anything. Don't expect them to do _anything_ to the way RBigQuery operates.

Value

Returns a driver object, which can then be used to create a connection.

See Also

DBIDriver-class

Examples

1
2
3
4
5
6
## Not run: 
    driver <- BigQuery()
    ## Alternatively, use
    driver <- dbDriver("BigQuery")

## End(Not run)

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