• Discoverability Visible
  • Join Policy Open/Anyone
  • Created 07 May 2015

"Data Manipulation in R" 5 posts Sort by created date Sort by defined ordering View as a grid View as a list

Data Manipulation in R with dplyr

In this interactive course from DataCamp, you will learn how to to perform sophisticated data manipulation tasks using dplyr. Master the five verbs of data manipulation, and complementing techniques to chain your operations, perform group-wise calculations and access data stored in a database outside R.

Outline:

  • Introduction to dplyr and tbls
  • Select and mutate 
  • Filter and arrange 
  • Summarise and the pipe operator 
  • Group_by and working with databases 

Online course  DataCamp
 

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R

Dataframe manipulation with dplyr

Learning objective:  To be able to use the 6 main dataframe manipulation ‘verbs’ with pipes in dplyr.

Part of a software carpentry online course R for reproducible scientific analysis.

Dataframe manipulation with dplyr

R for reproducible scientific analysis

Software Carpentry

Data:

Gapminder dataset

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R

Dataframe manipulation with tidyr

Learning objective:  To understand the concepts of ‘long’ and ‘wide’ data formats and be able to convert between them with tidyr.

Part of a software carpentry online course R for reproducible scientific analysis.

Dataframe manipulation with tidyr

R for reproducible scientific analysis

Software Carpentry

Data:

Gapminder dataset

Gapminder dataset (wide format)

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R

Cheat Sheet: Data Wrangling with dplyr and tidyr

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R

Data Processing with dplyr & tidyr, by Brad Boehmke

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R