library()
설치한 패키지 불러오기
library(ggplot2)
detach("package: ")
library한 패키지 해제하기
detach("package:ggplot2")
search()
library된 패키지 확인하기
search()
'R * RStudio' 카테고리의 다른 글
[R/RStudio] dcast() - melt된거 spread하기 (0) | 2022.12.07 |
---|---|
[R/RStudio] 산점도 그리기 - ggplot() (0) | 2022.12.05 |
[R/RStudio] ifelse() - 조건이 2개 이상일 때 (0) | 2022.12.02 |
[R/RStudio]data.frame(데이터 프레임) 생성 (0) | 2022.12.02 |
[R/RStudio] 작업경로 지정/확인 (0) | 2022.11.28 |