R getwd()

Jmnote (토론 | 기여)님의 2021년 10월 1일 (금) 16:44 판 (→‎개요)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

R getwd()
R 현재 경로 확인
  • "Get Working Directory → 작업 디렉토리 얻기"
  • 현재의 작업디렉토리를 반환하는 R 함수
getwd()
## [1] "/home"
getwd()
## [1] "/home/repl"
getwd()
## [1] "C:/Users/testuser/Documents"
getwd()

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}