About

Modified

February 19, 2024

This website is hosted by the Center for Data & Visualization Sciences, part of the Duke University Libraries. 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 gratis at netlify.

Formerly, this site was known as the Rfun site. The content from that site has been consolidated here.

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.

You can find an outline for this workshop. For more information or resource on learning R, please also visit the Rfun learning series.

Misc

remotes::install_version("knitr", "1.42")