Description
In this course, you will :
- How to import data into R To begin, we'll use the readr package to read in data files organised in rows and columns.
- Learn how to effectively view, summarise, and count values in your data using tools.
- How each of these steps provides you with more information about your data.
- Learn the fundamentals of data taming, such as how to control variable types, names, and values.
- hands-on experience tidying data and chaining multiple tidying functions using the pipe operator
- Learn how to control variables that are notoriously difficult to work with, such as dates, strings, and factors.
Syllabus :
- Explore your data
- Tame your data
- Tidy your data
- Transform your data