cloudyr / googleCloudStorageR

Google Cloud Storage API to R

Home Page:https://code.markedmondson.me/googleCloudStorageR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Google Cloud Storage API to R

https://code.markedmondson.me/googleCloudStorageR

License:Other


Languages

Language:R 99.6%Language:Shell 0.4%