Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 월패드
- 매터
- Python
- 퀄컴
- 코스피
- 미국주식
- 오블완
- 공모주
- 배당
- 애플
- Home Assistant
- Apple
- MQTT
- raspberry pi
- 해외주식
- 현대통신
- 티스토리챌린지
- Espressif
- RS-485
- homebridge
- 홈네트워크
- matter
- 나스닥
- 파이썬
- ConnectedHomeIP
- 국내주식
- 엔비디아
- esp32
- 힐스테이트 광교산
- Bestin
Archives
- Today
- Total
YOGYUI
R 작업 경로(working directory, wd) Set/Get 본문
반응형
R 스크립트의 작업 경로 Get/Set 명령어
getwd()
setwd(dir)
[Description]
getwd returns an absolute filepath representing
the current working directory of the R process;
setwd(dir) is used to set the working directory to dir.
[Arguments]
dir
A character string: tilde expansion will be done.
반응형
'Software > R' 카테고리의 다른 글
R caret::preProcess - 수치형 데이터 정규화, 표준화 (0) | 2021.06.17 |
---|---|
R 회귀분석 모델 성능판단 - RMSE, MAE, R squared (0) | 2021.06.16 |
R pROC 패키지::ROC 커브 그리기, AUC 메트릭 계산하기 (0) | 2021.06.15 |
R NA 처리하기 (with dplyr) (0) | 2021.06.13 |
R 스크립트 파일 경로 가져오기 (0) | 2021.06.05 |