BigQueryR Save

R Interface with Google BigQuery

Project README

bigQueryR

Introduction

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

See the bigQueryR website for examples, details and tutorials.

Installation

CRAN Build Status codecov.io

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")

cloudyr project logo

Open Source Agenda is not affiliated with "BigQueryR" Project. README Source: cloudyr/bigQueryR
Stars
41
Open Issues
18
Last Commit
6 months ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating