Introduction to the Tidyverse
David Robinson
Chief Data Scientist, DataCamp
ggplot(by_year_continent, aes(x = year, y = totalPop, color = continent)) +
geom_point() +
expand_limits(y = 0)

การแสดงผลข้อมูล: Data visualization with ggplot2
การจัดการข้อมูล: Data manipulation with dplyr
การนำเข้าและทำความสะอาดข้อมูล: Importing and cleaning data
ฝึกเพิ่มเติม! Exploratory Data Analysis in R: Case Study
Introduction to the Tidyverse