마무리

Tidyverse 입문

David Robinson

Chief Data Scientist, DataCamp

R로 데이터 변환과 시각화하기

ggplot(by_year_continent, aes(x = year, y = totalPop, color = continent)) +
    geom_point() +
    expand_limits(y = 0)

conclusion2.png

Tidyverse 입문

다음 단계: 데이터 시각화

Tidyverse 입문

데이터 사이언스 여정을 즐겨보세요!

Tidyverse 입문

Preparing Video For Download...