Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.3 KB

index.md

File metadata and controls

35 lines (25 loc) · 1.3 KB

googleCloudStorageR

Mission Statement

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

Please read Get Started for an overview of its features, or browse the function reference.

Installation

CRAN CloudBuild codecov.io Downloads

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