/tidyverse-manipulating-data

Tutorial on how to use tidyverse to manipulate data

Primary LanguageHTML

Using Tidyvsere to Manipulate Data

Hannah Luebbering

Using Tidyvsere to Manipulate Data


Click link to view entire tutorial

https://hannahluebbering.shinyapps.io/Tidyverse_manipulating_data/

Manipulating data

Explaining how to manipulate data frames in R using tidyverse

In this tutorial, we’re focusing on how to use a core tidyverse package to manipulate data: the dplyr package.

To explore dplyr’s basic data manipulation methods, we will learn how to use the following functions:

  • Subset or filter() a data frame’s observations by picking their values
  • Pick variables or select() a data frame’s columns
  • Add or mutate() variables to a data frame
  • Condense or summarise() variables down to a single summary