Learn R Programming

⚠️There's a newer version (1.4.2) of this package.Take me there.

bigrquery (version 0.2.0)

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

Description

Easily talk to Google's 'BigQuery' database from R.

Copy Link

Version

Install

install.packages('bigrquery')

Monthly Downloads

15,501

Version

0.2.0

License

GPL-3

Maintainer

Hadley Wickham

Last Published

March 3rd, 2016

Functions in bigrquery (0.2.0)

bigrquery

An R interface to google's bigquery.
query_exec

Run a asynchronous query and retrieve results.
get_table

Retrieve table metadata
get_job

Check status of a job.
delete_table

Delete a table.
list_tabledata

Retrieve data from a table.
list_tables

List available tables in dataset.
list_datasets

List the datasets in a project
get_dataset

Gets an existing dataset in a project
src_bigquery

A bigquery data source.
update_dataset

Updates an existing dataset in a project
get_access_cred

Get and set access credentials
delete_dataset

Deletes an existing dataset in a project
wait_for

Wait for a job to complete, optionally printing updates
list_projects

List projects that you have access to
format_table

Format dataset, project and table ID as a BQ-style identifier
format_dataset

Format dataset and project ID as a BQ-style identifier
insert_dataset

Creates a new dataset in a project
parse_dataset

Parse a BQ-style identifier into project/dataset IDs
insert_query_job

Create a new query job.
parse_table

Parse a BQ-style identifier into project/dataset/table IDs
copy_table

Copy one or more source tables to a destination table.
insert_upload_job

Upload data.