Skip to content

cloudyr/googleCloudStorageR

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Oct 22, 2019
Jun 28, 2024
Aug 4, 2020
Dec 30, 2020
Aug 4, 2020
Jul 26, 2023
Jan 10, 2022
Jul 26, 2023
Dec 28, 2020
Dec 15, 2021
Jul 23, 2023
Jan 5, 2021
Aug 24, 2023
Aug 11, 2017
Jul 22, 2022
Aug 29, 2023
Dec 30, 2020
Sep 28, 2017
Dec 30, 2020
Aug 6, 2016
Dec 15, 2021
Aug 28, 2016
Nov 17, 2017
Dec 30, 2020

Repository files navigation

googleCloudStorageR

R library for interacting with the Google Cloud Storage JSON API (api docs).

Setup

Please refer to the googleCloudStorageR website for most up to date documentation:

https://code.markedmondson.me/googleCloudStorageR

Installation

CRAN CloudBuild codecov.io

This package is on CRAN:

# latest stable version
install.packages("googleCloudStorageR")

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

if(!require("remotes")){
    install.packages("remotes")
}
remotes::install_github("cloudyr/googleCloudStorageR")

cloudyr project logo