R for DS_01 welcome & Introduction

Welcome


R_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를 해 봅시다.

1.1 What you will learn


R4ds_Learn

1.2 How this book is organised

1.3 What you won’t learn

1.4 Prerequisites

1.4.1 R

  • 설치 해야 할 programs : 확인
    Rprograms_install

1.4.3 The tidyverse

1
install.packages("tidyverse")
1
2
3
4
5
6
7
8
9
library(tidyverse)
#> ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
#> ✔ ggplot2 3.3.2 ✔ purrr 0.3.4
#> ✔ tibble 3.0.3 ✔ dplyr 1.0.2
#> ✔ tidyr 1.1.2 ✔ stringr 1.4.0
#> ✔ readr 1.4.0 ✔ forcats 0.5.0
#> ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
#> ✖ dplyr::filter() masks stats::filter()
#> ✖ dplyr::lag() masks stats::lag()
  • 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

My_rpubs


ref.

introduction

Part 3 more

Author

YoonHwa

Posted on

2021-11-29

Updated on

2021-12-14

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

댓글

You forgot to set the shortname for Disqus. Please set it in _config.yml.