New Course: Working with Data in the Tidyverse

[This article was first published on DataCamp Community - r programming, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Here is the course link.

Course Description

In this course, you’ll learn to work with data using tools from the tidyverse in R. By data, we mean your own data, other people’s data, messy data, big data, small data – any data with rows and columns that comes your way! By work, we mean doing most of the things that sound hard to do with R, and that need to happen before you can analyze or visualize your data. But work doesn’t mean that it is not fun – you will see why so many people love working in the tidyverse as you learn how to explore, tame, tidy, and transform your data. Throughout this course, you’ll work with data from a popular television baking competition called “The Great British Bake Off.”

Chapter 1: Explore your data (Free)

You will start this course by learning how to read data into R. We’ll begin with the readr package, and use it to read in data files organized in rows and columns. In the rest of the chapter, you’ll learn how to explore your data using tools to help you view, summarize, and count values effectively. You’ll see how each of these steps gives you more insights into your data.

Chapter 2: Tame your data

In this chapter, you will learn some basics of data taming, like how to tame your variable types, names, and values.

Chapter 3: Tidy your data

Now that your data has been tamed, it is time to get tidy. In this chapter, you will get hands-on experience tidying data and combining multiple tidying functions together in a chain using the pipe operator.

Chapter 4: Transform your data

In this chapter, you will learn how to tame specific types of variables that are known to be tricky to work with, such as dates, strings, and factors.

Prerequisites

To leave a comment for the author, please follow the link and comment on their blog: DataCamp Community - r programming.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)