16.1 Resources
Efficient R programming https://csgillespie.github.io/efficientR/
Advanced R https://adv-r.hadley.nz/perf-improve.html
Mastering Shiny https://mastering-shiny.org/performance.html
RStudio caching blogposts:
- https://shiny.rstudio.com/articles/plot-caching.html - the old way
- https://shiny.rstudio.com/articles/caching.html - the new way
Packages
{memoise} https://github.com/r-lib/memoise
{promises} https://rstudio.github.io/promises