데이터 과학
R 노트북(Notebook)
1. R 노트북 설치 1 2
R 노트북 설치는 최신 RStudio 버젼을 다운로드 받으면 설정이 되어 있기 때문에, 별도 준비가 필요없다. 다만 rmarkdown
의존성이 있어 설치를 확인하고 바로 R Notebook
을 사용할 수 있다.
- 일별 최신 RStudio 다운로드
- 최신
Rmarkdown
팩키지 설치:devtools::install_github("rstudio/rmarkdown")
- RStudio 환경설정: Tools & Global Options > Rmarkdown > R Notebook
- File > New File > R Notebook
- YAML 헤더에
output: html_notebook
설정 확인.