R for Data Science Book Club (Meeting 2)
Details
R-Ladies DC will be reading R for Data Science in 8 biweekly meetings (July 15, July 29, Aug 12, Aug 26, Sept 9, Sept 23, Oct 14, Oct 28).
The selected book chapters should be read before the meeting time.
There are also exercises for each week which you should aim to complete before the meeting as well. We'll go through solutions to the exercises as a group. In most weeks, we'll also do some additional exercises from the chapters live during the meeting.
Meeting 2 (July 29, 2021): Data Visualization & Tibbles
Physical book chapters Pages
Ch. 1: Data Visualization with ggplot2 1-35
Ch. 7: Tibbles 119-124
(41 pages total)
Ebook Chapters Link
Ch. 2: Introduction (Explore) https://r4ds.had.co.nz/explore-intro.html
Ch. 3: Data visualization https://r4ds.had.co.nz/data-visualisation.html
Ch. 10: Tibbles https://r4ds.had.co.nz/tibbles.html
Exercises (from online book chapters)
Chapter 3: Section 3.2.4 #1, 4
Chapter 3: Section 3.3.1 #1, 3
Chapter 3: Section 3.5.1 #1,2,5
Chapter 3: Section 3.6.1 #1,2,4
Chapter 3: Section 3.7.1 #2, 5
Chapter 3: Section 3.8.1 #1,2
Chapter 3: Section 3.9.1 # 2,4
Chapter 10: Section 10.5 #1-3