Starter files for Posit Academy Programming in R (PinR) IDE tutorials. These tutorials run in your browser but ask you to work with files in your IDE (Positron or RStudio) alongside the tutorial.
By accessing these Posit Academy course materials, you agree to Posit's End User License Agreement and Learning Services Agreement.
Clone this repository in a Terminal on Posit Workbench:
git clone https://github.com/rstudio/academy-pinr-ide-tutorials.git| Folder | Starter File | Tutorial |
|---|---|---|
01-quarto-survey/ |
penguins.qmd |
Quarto basics: rendering, markdown, chunk options |
02-quarto-parameterize/ |
tx-housing.qmd |
Parameterized Quarto reports |
03-purrr-map_tourists-quarto/ |
tourism.qmd |
Iteration with map(), parameterized reports |
04-code_best_practices-quarto/ |
functions.qmd |
Code best practices: refactoring, naming, style |
05-functions-validation-quarto/ |
validation.qmd |
Input validation and error signalling with cli |
06-debug-intro-quarto/ |
vaccines.qmd |
Debugging workflow: browser(), traceback, reproducible examples |
07-functions-state_management-quarto/ |
gapminder.qmd |
Side effects, on.exit(), the withr package |
08-functions_validation-nhanes-quarto/ |
nhanes_validation.qmd |
Validation practice with NHANES data |
09-debug-oikolab_weather-quarto/ |
weather.qmd |
Debugging practice with weather data |
Each folder contains a starter .qmd file and any data files needed for that tutorial.
When a tutorial asks you to open a starter file, navigate to the corresponding folder and open the .qmd file in your IDE.