FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cloudyr/bigQueryR: R Interface with Google BigQuery · GitHub

Repository files navigation

bigQueryR

Introduction

This is a package for interacting 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")

About

R Interface with Google BigQuery

Topics

Resources

Contributing

Stars

43 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL