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

데이터 시각화: ggplot2를 활용한 데이터 시각화
데이터 조작: dplyr를 활용한 데이터 조작
불러오기 및 정제: 데이터 불러오기 및 정제
실습 문제! 사례 연구: R로 하는 탐색적 데이터 분석
Tidyverse 입문