Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tacookson/r4ds-exercises
https://github.com/tacookson/r4ds-exercises
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tacookson/r4ds-exercises
- Owner: tacookson
- Created: 2020-05-14T19:03:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T22:24:56.000Z (over 4 years ago)
- Last Synced: 2024-10-18T08:59:38.359Z (3 months ago)
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## R for Data Science Exercises
This repository has exercise solutions to [R for Data Science](https://r4ds.had.co.nz/), by Hadley Wickham and Garrett Grolemund. It follow these rules of organization:
- Chapters have their own folders, named by chapter number and name (e.g., `01-data-visualization-with-ggplot2`)
- Each exercise "block" has its own R Markdown file, named by the chapter number and the page the "Exercises" header appears on (e.g., the 7 exercise questions in Chapter 8 on pages 136-137 are named `08-136.Rmd`)