R/Setwd.R

Defines functions Setwd

Setwd <- function(dir) {

    HOME <<- getwd()
    goHome <<- as.function(alist(setwd(HOME)))
    setwd(dir)
}
    
John-R-Wallace/JRWToolBox documentation built on April 20, 2024, 9:31 p.m.