Tutorial for using R markdown to prepare reports and presentations
- Clone the repository
git clone https://github.com/harisonmg/communicating-with-r-markdown.git
- Open the project in R studio
- Install the dependencies using
renv
renv::restore()
- Download the data and extract it in the
input
folderbash get_data.sh
- Open any R markdown(
.Rmd
) document - Render the document by clicking the
knit
button in R studio