bigrquery               An R interface to google's bigquery.
delete_table            Delete a table.
get_job                 Check status of a job.
get_table               Retrieve table metadata
insert_query_job        Create a new query job.
insert_upload_job       Upload data.
list_datasets           List the datasets in a project
list_projects           List projects that you have access to
list_tabledata          Retrieve data from a table.
list_tables             List available tables in dataset.
parse_dataset           Parse a BQ-style identifier into
                        project/dataset IDs.
parse_table             Parse a BQ-style identifier into
                        project/dataset/table IDs.
query_exec              Run a asynchronous query and retrieve results.
src_bigquery            A bigquery data source.
wait_for                Wait for a job to complete, optionally printing
                        updates
