Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jrnold/r4ds-exercise-solutions

Exercise solutions to "R for Data Science"
https://github.com/jrnold/r4ds-exercise-solutions

bookdown data-science dplyr exercise-solutions ggplot2 r r4ds rmarkdown tidyr tidyverse

Last synced: 6 days ago
JSON representation

Exercise solutions to "R for Data Science"

Awesome Lists containing this project

README

        

[![Lifecycle: superseded](https://img.shields.io/badge/lifecycle-superseded-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html#superseded)

# Exercise Solutions to R for Data Science

These are solutions to the **1st edition** of R for Data Science. The solutions to the 2nd edition of [R for Data Science](https://r4ds.hadley.nz/) are available at [R for Data Science (2e) - Solutions to Exercises](https://mine-cetinkaya-rundel.github.io/r4ds-solutions/).

This repository contains the code and text behind the [Solutions for R for Data Science](https://jrnold.github.io/r4ds-exercise-solutions/), which, as its name suggests, has solutions to the the exercises in [R for Data Science](https://r4ds.had.co.nz/) by Garrett Grolemund and Hadley Wickham.

The R packages used in this book can be installed via
```r
devtools::install_github("jrnold/r4ds-exercise-solutions")
```

## Contributing

Work on this repo has effectively stopped since the 2nd edition of R for Data Science has been published. Please direct your contributions to [R for Data Science (2e) - Solutions to Exercises](https://mine-cetinkaya-rundel.github.io/r4ds-solutions/).

## Build

The site is built using the [bookdown](https://bookdown.org/yihui/bookdown/) package and pandoc.