Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 245 Bytes

File metadata and controls

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

You will need to install the following programs and packages:

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

{: .language-r}