1 Load packages 2 Introduction 3 Example data 4 Add list column 1 5 Add list column 2 6 Extract list column 7 Reproducibility 1 Load packages library(tidyverse) # data wrangling 2 Introduction In this post, I want to show you how to work with list columns in R. List columns are a powerful feature of the tidyverse that allow you to store multiple objects in a single column of a data …