Learn R Programming

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

bigrquery (version 0.1.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.1.0

License

GPL-3

Maintainer

Hadley Wickham

Last Published

January 13th, 2015

Functions in bigrquery (0.1.0)

get_table

Retrieve table metadata
delete_table

Delete a table.
parse_table

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

Parse a BQ-style identifier into project/dataset IDs.
list_projects

List projects that you have access to
bigrquery

An R interface to google's bigquery.
insert_query_job

Create a new query job.
wait_for

Wait for a job to complete, optionally printing updates
list_tables

List available tables in dataset.
get_job

Check status of a job.
src_bigquery

A bigquery data source.
list_datasets

List the datasets in a project
get_access_cred

Get and set access credentials
list_tabledata

Retrieve data from a table.
query_exec

Run a asynchronous query and retrieve results.
insert_upload_job

Upload data.