R library for interacting with the Google Cloud Storage JSON API (api docs).
Please refer to the googleCloudStorageR website for most up to date documentation:
https://code.markedmondson.me/googleCloudStorageR
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")