An Interface to Google's 'BigQuery' 'API'


[Up] [Top]

Documentation for package ‘bigrquery’ version 0.2.0

Help Pages

bigrquery-package An R interface to google's bigquery.
bigquery An R interface to google's bigquery.
bigrquery An R interface to google's bigquery.
copy_table Copy one or more source tables to a destination table.
delete_dataset Deletes an existing dataset in a project
delete_table Delete a table.
exists_table Retrieve table metadata
format_dataset Format dataset and project ID as a BQ-style identifier
format_table Format dataset, project and table ID as a BQ-style identifier
get_dataset Gets an existing dataset in a project
get_job Check status of a job.
get_table Retrieve table metadata
insert_dataset Creates a new dataset in a project
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_tabledata_callback Retrieve data from a table.
list_tabledata_iter 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.
update_dataset Updates an existing dataset in a project
wait_for Wait for a job to complete, optionally printing updates