bqConn {restfulSE} | R Documentation |
generate a connection to BigQuery for specific dataset
bqConn(dataset, project, billing)
dataset |
character(1) name of dataset in project |
project |
character(1) name of project |
billing |
character(1) billing code for project |
an instance of BigQueryConnection
You will need to authenticate with Google.
bqConn