An example R Markdown repository for IS 407.
git clone https://github.com/uiuc-ischool-20231-jseo1005-1/rmarkdown_practice.gitOpen the file (covid.Rmd) file in RStudio and click knit button.
If you see some uninstalled package errors, just install those packages using the following command in R console:
install.packages("package_name_here")After installing all the required packages, just click the knit button again.
Special thanks to Mine Çetinkaya-Rundel for sharing this file.