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 입문