Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 245 Bytes

setup.md

File metadata and controls

16 lines (14 loc) · 245 Bytes
layout title permalink
page
Setup
/setup/

You will need to install the following programs and packages:

  • R
  • RStudio
install.packages("tidyverse")
install.packages("rmarkdown")
install.packages("knitr")

{: .language-r}