Best practice and shortcuts

# naming files:

# 01-load-data.R

# 02-exploratory-analysis.R

# 03-model-approach-1.R

# 04-model-approach-2.R

# fig-01.png

# fig-02.png

# report-2022-03-20.qmd

# report-2022-04-02.qmd

# report-draft-notes.txt

# shortcuts

# ctrl+shift+F10 restart R

# ctrl+shift+S runs entire script

# other usefuls

# getwd() get working directory

# cheatsheets

# https://rstudio.github.io/cheatsheets/tidyr.pdf

# Web resources