Data manipulation and visualization

Resources to learn and improve data manipulation, exploration and visualization in R.

maintained by : Volunteer wanted Click here to contribute

Icon Legend:

Type: course video exo open book book article git repo website level: begin intermediate advanced

Data Science

Global resources to start data science including introductory and intermediate material on data manipulation, exploration, visualization and analysis.

Name Links
STAT 545 J Bryan – A course about data wrangling, exploration, and analysis with R
R for Data Science H Wickham, G Grolemund Introduction to data science: import, transform, visualize and model data with literate programming and reproducible research
ModernDive C Ismay, A Y Kim – A textbook about statistical inference via data science
Introduction to Data Science R A Irizarry – A textbook from R basics to an introduction to machine learning, through data manipulation and statistics in R
R Programming 101 – A youtube channel about data cleaning, manipulation & visualization
Exploratory Data Analysis J Helveston – A course to learn how to import, manipulate, clean, explore, visualize, and export data in R

Data Manipulation

Name Links
Data Wrangling with R and the Tidyverse G. Grolemund – An introductory playlist
Cleaning ecological survey data for conservation scientists C J Brown, C Buelow
dplyr R Programming - DDS – an introductory playlist to dplyr and its functions

Tidyverse

Name Links
Introduction to the Tidyverse datacamp – Introduction to R and Tidyverse
Tidy Modeling with R M Kuhn, J Silge – Introduction to how to use Tidyverse

Data Visualization

Name Links
Fundamentals of Data Visualization C . Wilke – Theory on how to make right and nice figures, not R focused
R Graphics Cookbook W. Chang – A practical guide to help you generate high-quality graphs
R for Ecologists – a youtube channel including basics on R and visualization
ggplot2 H. Wickham – focus on explaining the grammar of graphics that ggplot2 uses, it is not a cookbook
Visualization – a R studio youtube playlist

Shiny

Name Links
Shiny gallery – Find ideas about what is possible to do
A shiny workshop to start D Valle and others – A full course to start with shiny
Mastering Shiny Hadley Wickham – Designed to take you from knowing nothing about Shiny to being an expert developer
Engineering Production-Grade Shiny Apps C Fay, S Rochette, V Guyader, C Girard – learn the process of building an application that will later be sent to production
Shiny Developer Series – a youtube channel