R for DS_01 welcome & Introduction
Welcome
- 저작권 : “R for DataScience by Hadley Wickham and Garrett Grolemund(O’Reilly). Copyright 2017 Garrett Grolemund, Hadley Wickham, 978-1-491-91039-9
Introduction
Data science is an exciting discipline that allows you to turn raw data into understanding, insight, and knowledge. The goal of “R for Data Science” is to help you learn the most important tools in R that will allow you to do data science. After reading this book, you’ll have the tools to tackle a wide variety of data science challenges, using the best parts of R.
R을 이용한 data science를 해 봅시다.
- ggplot2를 더 잘 쓰고 싶다면
A Layered Grammar of Graphics
을 읽어보세요.
1.1 What you will learn
1.2 How this book is organised
1.3 What you won’t learn
1.4 Prerequisites
1.4.1 R
- https://cloud.r-project.org,
1.4.2 RStudio
- http://www.rstudio.com/download.
- https://cran.r-project.org/bin/windows/Rtools/rtools40.html
- 위에 Rtools(64 bit) 실행
- 설치 해야 할 programs : 확인
1.4.3 The tidyverse
1 | install.packages("tidyverse") |
1 | library(tidyverse) |
- tidyverse : ggplot2, tibble, tidyr, readr, purrr, and dplyr packages
1.4.4 Other packages
1
install.packages(c("nycflights13", "gapminder", "Lahman"))
1.5 Running R code
1.6 Getting help and learning more
1.7 Acknowledgements
1.8 Colophon
ref.
R for DS_01 welcome & Introduction
You need to set
install_url
to use ShareThis. Please set it in _config.yml
.