- University of Wisconsin-Madison
 - Research Guides
 - R Programming Workshops
 - Data Wrangling in RStudio with dplyr
 
R Programming Workshops : Data Wrangling in RStudio with dplyr
                    Content from R programming workshops offered by the UW-Madison Libraries
                
            Workshop Description
Data is rarely perfect out of the box. This workshop will cover how to manipulate datasets using an R package called dplyr. After this session, you will be able to select rows and columns, add new columns, remove missing data, and create summary tables of your data.
A basic working knowledge of R and RStudio (e.g., functions, operators, data types) would be helpful for you to get the most out of this session.
Resources
- 
    
Data FileWe will be using this dataset from the Data Carpentry Introduction to R lesson
 - 
    
Data Carpentry: Working with DataData Carpentry lesson that this workshop has been adapted from.