UCSF Library - R for Data Manipulation Part 1

Date: 
January 20, 2022
Time: 
11:30 a.m - 12:30 p.m. Pacific Time
Place: 
Online

This event is being offered by the UCSF Library’s Data Science Initiative (DSI)

Learn more and register


We'll cover ways to manipulate data in R. Below are the concepts we'll teach:

Part 1:

  • The Tidyverse
  • Subsetting with select() and filter()
  • Transforming Variables with mutate()
  • Aggregating Data with group_by() and summarise()

Part 2:

  • Relational Data
  • Types of joins

Prerequisites

You should be familiar with the materials from R for Everyone.