YOGYUI

R 작업 경로(working directory, wd) Set/Get 본문

Software/R

R 작업 경로(working directory, wd) Set/Get

요겨 2021. 6. 5. 11:12
반응형

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.

 

반응형
Comments