An open API service indexing awesome lists of open source software.

https://github.com/ijlyttle/programming-r-exercises


https://github.com/ijlyttle/programming-r-exercises

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# From R User to R Programmer - Exercises

This repo contains the exercises for the posit::conf(2024) workshop [From R User to R Programmer](https://posit-conf-2024.github.io/programming-r/).

## Installation

This will bring in all the dependencies:

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

To install the exercises:

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

## Notes

We have copied the Gapminder Excel files from [R for Data Science](https://github.com/hadley/r4ds/tree/main/data/gapminder), as much of the material for this course is based on it.