Data Analysis with Tidyverse

0
Language

Last updated on September 12, 2025 5:13 pm

Learn R programming for data analysis with this course. Perfect for beginners or those familiar with programming but new to R. Explore tidyverse verbs and essential R packages like readr, dplyr, stringr, and forcats. Gain skills in importing, tidying, and manipulating data. Ideal for those already familiar with ggplot, RMarkdown, and basic function writing.

Add your review

This course continues our gentle introduction to programming in R designed for 3 types of learners. It will be right for you, if:

• you want to do data analysis but don’t know programming
• you know programming but aren’t too familiar with R
• you know some R programming but want to learn more about the tidyverse verbs
It is best taken following the first course in the specialization or if you already are familiar with ggplot, RMarkdown, and basic function writing in R. You will use learn to use readr to read in your data, dplyr to analyze your data, and stringr and forcats to manipulate strings and factors.

What you will learn

Projects, Tibbles and Importing Data

When analyzing data, you will often be required to import data from CSV or txt files. In this module, you will learn how to import and parse data in base R and the readr library, a package in the Tidyverse. You will also be introduced to R projects, which help store and organize data files associated with an analysis.

Tidying Data

Data are stored in tabular forms and are often organized differently depending on its use. In this module, you will learn how to reorganize data to produce a “tidy” data set, where every variable is stored in its own column, every observation is stored in its own row, and each value is stored in a table cell.

Relational Data

Data analysis rarely involves a single data table and you will be required to combine multiple related tables to answer questions you are interested in. In this module, you will learn and practice mutating variables and filtering observations from relational data.

String Manipulation and Regular Expressions

This module will introduce string manipulation in R. You will learn the basics of strings, including string creation, merging, and subsetting. Then, you will use regular expressions to describe and view patterns in strings.

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Data Analysis with Tidyverse”

×

    Your Email (required)

    Report this page
    Data Analysis with Tidyverse
    Data Analysis with Tidyverse
    LiveTalent.org
    Logo
    LiveTalent.org
    Privacy Overview

    This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.