connect_to_bq: Create connection to BigQuery warehouse and return object to...

Description Usage Arguments Value Examples

View source: R/bigquery_connect.R

Description

This makes a connection to BigQuery via 'bigrquery'. This call requires that system environment variable for BigQuery are set (typically with a an '.Renviron' file in the users home directory that is sourced when R is started). This function is called for it's side effect: createing a connection object for the named database that can be used by 'dplyr' calls in other functions in this package.

Usage

1
connect_to_bq(dataset_name)

Arguments

dataset_name

name in BigQuery project which will be connected to.

Value

a src object

Examples

1
connect_to_bq('PARCC')

kippchicago/silounloadr documentation built on Sept. 14, 2020, 6:58 p.m.