Course
Data Reshaping in R Tutorial
Learn about data reshaping in R, different functions like rbind(), cbind(), along with Melt(), Dcast(), and finally about the transpose function.
May 2020 · 7 min read
R Courses
4 hr
2.7M
Course
Intermediate R
6 hr
598.6K
Course
Introduction to the Tidyverse
4 hr
320.7K
See More
RelatedSee MoreSee More
cheat-sheet
Reshaping Data with tidyr in R
In this cheat sheet, you will learn how to reshape data with tidyr. From separating and combining columns, to dealing with missing data, you'll get the download on how to manipulate data in R.
Richie Cotton
6 min
tutorial
Long to Wide Data in R
Learn why you would transform your data from a long to a wide format and vice versa and explore how to do this in R with melt() and dcast()!
DataCamp Team
39 min
tutorial
Utilities in R Tutorial
Learn about several useful functions for data structure manipulation, nested-lists, regular expressions, and working with times and dates in the R programming language.
Aditya Sharma
18 min
tutorial
15 Easy Solutions To Your Data Frame Problems In R
Discover how to create a data frame in R, change column and row names, access values, attach data frames, apply functions and much more.
Karlijn Willems
35 min
tutorial
Introduction to Data frames in R
This tutorial takes course material from DataCamp's Introduction to R course and allows you to practice data frames.
Ryan Sheehy
5 min
tutorial
Merging Datasets in R
In this tutorial, you'll learn to join multiple datasets in R.
Tom Jeon
8 min