r-lib / memoise

Easy memoisation for R
https://memoise.r-lib.org
Other
317 stars 56 forks source link

Caching to Azure storage #93

Open hongooi73 opened 5 years ago

hongooi73 commented 5 years ago

Hi guys, would you be interested in a PR that implements a cache_azure function? Basically the Azure storage equivalent to S3 and GCS.

jimhester commented 5 years ago

Sure, although I am now wondering if any of these really need to be in the main memoise package. It seems like the cloud storage packages could implement the functions there, which might make them easier to test...