Skip to content

cloudyr/bigQueryR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13c6307 · May 20, 2024
May 20, 2024
Jan 12, 2018
May 20, 2024
Jan 4, 2019
Apr 26, 2021
Oct 4, 2019
Jan 12, 2018
Jan 12, 2018
Jun 14, 2016
Oct 4, 2019
Apr 26, 2021
May 2, 2017
Sep 25, 2019
Oct 26, 2023
Nov 10, 2018
Oct 4, 2019
May 9, 2017

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

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