Welcome to the RMarkdown workshop! This repository contains materials and resources to help you learn how to create dynamic documents using RMarkdown.
Inside the repository, you will find:
- scripts: This folder contains the R scripts used in the workshop.
- slides: This folder contains the slides used in the workshop.
- data: This folder contains the data files used in the workshop.
To get started, follow these steps:
-
Install R and RStudio on your computer if you haven't already. You can download R from CRAN and RStudio from RStudio's website.
-
Clone this repository to your local machine using the green "Code" button above and selecting "Download ZIP" or using Git to clone the repository. OR (if you have GitHub Desktop) you can use the "Open in Desktop" button to clone the repository directly to your local machine.
-
Open RStudio, Select "New Project" and then "In Existing Directory". Navigate to the folder where you cloned the repository and select it. This will set up your RStudio project to work with the files in this repository.
That's it!
Let's get started with RMarkdown!
This repository is under MIT license. You are free to use, modify, and distribute the materials as long as you provide proper attribution to the original author (Dr Giulia Grisot) and include a copy of the license in any distributed materials. For more information, please refer to the LICENSE file in this repository.