Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 624 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 624 Bytes

From R User to R Programmer - Exercises

This repo contains the exercises for the posit::conf(2024) workshop From R User to R Programmer.

Installation

This will bring in all the dependencies:

install.packages(c("tidyverse", "devtools", "here", "palmerpenguins"))

To install the exercises:

usethis::use_course("posit-conf-2024/programming-r-exercises")

Notes

We have copied the Gapminder Excel files from R for Data Science, as much of the material for this course is based on it.