Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 714 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 714 Bytes

Communicating with R markdown

Tutorial for using R markdown to prepare reports and presentations

Requirements

Usage

  1. Clone the repository
    git clone https://github.com/harisonmg/communicating-with-r-markdown.git
  2. Open the project in R studio
  3. Install the dependencies using renv
    renv::restore()
  4. Download the data and extract it in the input folder
    bash get_data.sh
  5. Open any R markdown(.Rmd) document
  6. Render the document by clicking the knit button in R studio