데이터 과학

R 노트북(Notebook)

1. R 노트북 설치 1 2

R 노트북 설치는 최신 RStudio 버젼을 다운로드 받으면 설정이 되어 있기 때문에, 별도 준비가 필요없다. 다만 rmarkdown 의존성이 있어 설치를 확인하고 바로 R Notebook을 사용할 수 있다.

  1. 일별 최신 RStudio 다운로드
  2. 최신 Rmarkdown 팩키지 설치: devtools::install_github("rstudio/rmarkdown")
  3. RStudio 환경설정: Tools & Global Options > Rmarkdown > R Notebook
  4. File > New File > R Notebook
  5. YAML 헤더에 output: html_notebook 설정 확인.