목차
R 패키지 설치
R 명령어
예제
R 패키지 설치
R 명령어
install.package("설치하고자하는 패키지 이름")
예제
> install.packages("NRAIA")