9.5 Building with RMarkdown
Build the back-end without any reactive context
Provides some documentation
usethis::use_vignette("vignetteName")
9.5.1 Define the content of the application
Rendered .Rmd is shareable content
Lets you focus on the core algorithm
Obliges you to make back-end “application independent” (write well-documented, non-reactive functions etc)