R/pwd.R

Defines functions pwd

Documented in pwd

#' A wrapper to for Present Working Directory
#' 
#' @export
pwd <- function(){
    getwd()
}
slackline/nmisc documentation built on May 30, 2019, 3:04 a.m.