Skip to content

data-and-visualization/Intro2R

Repository files navigation

Introduction to R workshop

For more information or resource on learning R, please visit the Rfun learning series.

This website is composed in the RStudio IDE, as R code authored as a Quarto notebooks. With Quarto it is easy to render multiple report formats, such as a PDF document or this website. In this case the report format is a web site hosted at netlify. The code for this workshop and this webpage are all part of a single RStudio project that can be found in a GitHub repository.

The code-along exercises for this workshop are in the GitHub repository but they are not part of the web site. You can work through the exercises by first downloading the GitHub repository. Then, find the exercises within the _exercises directory.

<!-- 

Publish Notes
- To Render website:  RStudio > <<this project>> > Build > Build website
- To Publish website:  RStudio > <<this project>> > Terminal > `quarto publish`

-->