dev/notes/workflow.md

Sources

Shiny App as a package

This blogpost makes a nice point for deployin a {shiny} app as a package.

Using git

This chapter describes the basic workflow with git. Gist: never commit to main when working with others. Always ask when merging one branch with master (make a pull request). Work in your own branch first.

Saving User data from a shiny app

This chapter describes different options for saving persistent data in a shiny app. We'll use a persistent SQLite-Database to store our data in a rectangular format.



lmuenter/moody documentation built on Dec. 21, 2021, 11:43 a.m.