Get access to all lessons in this course.
-
RMarkdown
- Why Use RMarkdown?
- RMarkdown Overview
- YAML
- Text
- Code Chunks
- Wrapping Up
-
Data Wrangling and Analysis
- Getting Started
- The Tidyverse
- select
- mutate
- filter
- summarize
- group_by
- count
- arrange
- Create a New Data Frame
- Crosstabs
- Wrapping Up
-
Data Visualization
- An Important Workflow Tip
- The Grammar of Graphics
- Scatterplots
- Histograms
- Bar Charts
- color and fill
- scales
- Text and Labels
- Plot Labels
- Themes
- Facets
- Save Plots
- Wrapping Up
-
Wrapping Up
- You Did It!
Fundamentals of R
Wrapping Up
This lesson is locked
This lesson is called Wrapping Up, part of the Fundamentals of R course. This lesson is called Wrapping Up, part of the Fundamentals of R course.
Now that you’ve completed the lessons on data wrangling and analysis, you have some of the fundamentals needed to work with R. If you want to review the examples used throughout this section of the course, the rendered HTML file is available.
Don’t forget to print the data transformation with dplyr cheat sheet and keep it close as a reference!
One of the best ways to further your learning is to watch other people code. Data scientist David Robinson does weekly screencasts (one of them is embedded below), which are an amazing resource (and he uses the Tidyverse so you’ll see all of the functions you’ve just learned). He goes through a dataset that is part of the Tidy Tuesday project, which is described as:
A weekly data project aimed at the R ecosystem. An emphasis will be placed on understanding how to summarize and arrange data to make meaningful charts with
ggplot2
,tidyr
,dplyr
, and other tools in thetidyverse
ecosystem.
If you're looking for a text-based option to continue your learning, I cannot recommend R for Data Science highly enough. It is the Tidyverse bible. The material from this section is covered primarily in Chapter 5. It has exercises as well, which you can use to practice your skills. Others have also posted the solutions to these exercises so if you get stuck you have a reference.
You need to be signed-in to comment on this post. Login.
Abby Isaacson
March 30, 2021
that data transformation cheat sheet link is a 404, FYI.
David Keyes
March 30, 2021
Thanks, fixed now!
Nathan Welsch
January 17, 2022
I'm getting that error message as well for the link.
David Keyes
January 18, 2022
Fixed the link. Thanks for letting me know!
Abby Isaacson
March 30, 2021
this will be perfect for me since I'm using a TidyTuesday dataset for my Project!
David Keyes
March 30, 2021
Super!
Arne Floh
March 29, 2022
This guy is really quick!
Hatem Kotb
September 17, 2022
Wow, the screencast seems to be really useful. Thank you for sharing that!