Learn R Programming

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

bigQueryR

Introduction

This is a package for interating with BigQuery from within R.

See the bigQueryR website for examples, details and tutorials.

Installation

This package is on CRAN, but to install the latest development version you can install from the cloudyr drat repository:

# latest stable version
install.packages("bigQueryR", repos = c(getOption("repos"), "http://cloudyr.github.io/drat"))

Or, to pull a potentially unstable version directly from GitHub:

if(!require("ghit")){
    install.packages("ghit")
}
ghit::install_github("cloudyr/bigQueryR")

Copy Link

Version

Install

install.packages('bigQueryR')

Monthly Downloads

87

Version

0.2.0

License

MIT + file LICENSE

Maintainer

Mark Edmondson

Last Published

August 11th, 2016

Functions in bigQueryR (0.2.0)

bqr_get_job

Poll a jobId
bigQueryR

bigQueryR
bqr_list_tables

List BigQuery tables in a dataset
bqr_wait_for_job

Wait for a bigQuery job
bqr_query

Query a BigQuery Table
bqr_table_data

Get BigQuery Table's data list
error.message

Get the error message
bqr_table_meta

Get BigQuery Table meta data
gcs_update_acl

Update Google Cloud Storage ObjectAccessControls
bqr_query_asynch

BigQuery query asynchronously
bqr_list_projects

List Google Dev Console projects you have access to
bqr_upload_data

Upload data to BigQuery
idempotency

Idempotency
is.error

Is this a try error?
myMessage

Customer message log level
is.NullOb

A helper function that tests whether an object is either NULL _or_ a list of NULLs
rmNullObs

Recursively step down into list, removing all such objects
parse_bqr_query

Parse table data
bqr_create_table

Create a Table
bqr_auth

Do OAuth2 authentication
bqr_download_extract

Download extract data
bqr_delete_table

Delete a Table
bqr_list_datasets

List BigQuery datasets
bqr_list_jobs

List BigQuery jobs
bqr_grant_extract_access

Grant access to an extract on Google Cloud Storage
bqr_extract_data

Extract data asynchronously