bigrquery (version 0.3.0)

bigrquery: An R interface to google's bigquery.

Description

For more information about how bigrquery works, and how to get started, please see the project development page: github.com/rstats-db/bigrquery. The most important method to get started with is query_exec.

Arguments

Package options

bigrquery.quiet

Verbose output during processing? The default value, NA, turns on verbose output for queries that run longer than two seconds. Use TRUE for immediate verbose output, FALSE for quiet operation.

bigrquery.page.size

Default page size for fetching data, defaults to 1e4.