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

Visualisasi Data: Visualisasi data dengan ggplot2
Manipulasi Data: Manipulasi data dengan dplyr
Impor dan Pembersihan: Mengimpor dan membersihkan data
Pengantar Tidyverse