r-hub / blog

The R-hub blog
https://blog.r-hub.io/
10 stars 12 forks source link

Caching the results of functions of your R package - R-hub blog #147

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Caching the results of functions of your R package - R-hub blog

https://blog.r-hub.io/2021/07/30/cache/

ColinFay commented 2 years ago

Shameless self-promotion on caching in R & {shiny}: https://engineering-shiny.org/optimizing-shiny-code.html#caching-elements 😇

laresbernardo commented 2 years ago

Hi! Thanks for sharing these approaches. I've shared a cache way of working a couple of months ago as well, using my lares library :) https://datascienceplus.com/using-cache-to-avoid-re-processing-improve-ux-and-quicken-results-in-r/