R/Setwd.R

Defines functions Setwd

Setwd <- function(dir) {

    HOME <<- getwd()
    goHome <<- as.function(alist(setwd(HOME)))
    setwd(dir)
}
    
John-R-Wallace-NOAA/JRWToolBox documentation built on June 1, 2024, 4:35 p.m.