Examples for 'memoise::cache_gcs'


Google Cloud Storage Cache Google Cloud Storage backed cache, for remote caching.

Aliases: cache_gcs

Keywords:

### ** Examples


## Not run: 
##D library(googleCloudStorageR)
##D # Set GCS credentials.
##D Sys.setenv("GCS_AUTH_FILE"="<google-service-json>",
##D            "GCS_DEFAULT_BUCKET"="unique-bucket-name")
##D 
##D gcs <- cache_gcs("unique-bucket-name")
##D mem_runif <- memoise(runif, cache = gcs)
## End(Not run)

[Package memoise version 2.0.1 Index]