cleanUrl: "how-to-use-R-in-jupyter"
description: "Jupyter notebook 이나 jupyter lab에서 R 환경을 구성하여 사용하는 방법을 설명합니다."
install.packages('devtools')
devtools::install_github('IRkernel/IRkernel')
IRkernel::installspec()  # to register the kernel in the current R installation
conda install -c r r-essentials r-devtools