Home
Softono

GoogleCloudStorageR

Open source R
109
Stars
30
Forks
36
Issues
3
Watchers
6 months
Last Commit

 About GoogleCloudStorageR

Google Cloud Storage API to R

Platforms

Web Self-hosted Cloud

Languages

R

Need Help Installing GoogleCloudStorageR?

We provide expert installation service for this software. Our team will install, configure, and secure GoogleCloudStorageR on your server. plans start at just $30.

GoogleCloudStorageR

View on GitHub

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