cache.dated: Saves an object to the cache/ dir adding the date when the...

Description Usage

View source: R/cache_helpers.R

Description

Saves an object to the cache/ dir adding the date when the object was saved

Usage

1
2
3
4
5
cache.dated(object, use_feather = FALSE, cache_date = Sys.Date(),
  use_s3 = FALSE, bucket_name = NULL,
  AWS_ACCESS_KEY_ID = Sys.getenv("AWSAccessKeyId"),
  AWS_SECRET_ACCESS_KEY = Sys.getenv("AWSSecretKey"),
  AWS_DEFAULT_REGION = "eu-west-1", zip_data_bool = TRUE)

arturosaco/helpRs documentation built on Nov. 14, 2020, 2:28 a.m.