⚠️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

Down Chevron

Install

install.packages('bigQueryR')

Monthly Downloads

108

Version

0.2.0

License

MIT + file LICENSE

Maintainer

Last Published

August 11th, 2016

Functions in bigQueryR (0.2.0)