-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
24 lines (19 loc) · 1.36 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Advanced R Exercises"
author: '<a class="text-light" href="https://sites.google.com/site/indrajeetspatilmorality/">Indrajeet Patil</a>'
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
url: https://bookdown.org/IndrajeetPatil/advanced-r-exercises/
cover-image: cover.png
description: |
Solutions to exercises in Hadley Wickham's *Advanced R* (2nd edition) book.
biblio-style: apalike
csl: chicago-fullnote-bibliography.csl
---
# About {-}
This book provides solutions to exercises from Hadley Wickham's _Advanced R_ (2nd edition) [book](https://adv-r.hadley.nz/).
I started working on this book as part of my process to learn by solving each of the book's exercises. While comparing solutions to the [official solutions manual](https://advanced-r-solutions.rbind.io/index.html), I realized that some solutions took different approaches or were at least explained differently. I'm sharing these solutions in case others might find another perspective or explanation than the official solution manual helpful for building understanding.
Although I have tried to make sure that all solutions are correct, the blame for any inaccuracies lies solely with me. I'd very much appreciate [any suggestions or corrections](https://github.com/IndrajeetPatil/advanced-r-exercises/issues).
<img src="cover.png" width="60%" />