R/openwd.R

Defines functions openwd

Documented in openwd

#' @title openwd
#' @description Open currect work directory.
#' @author Xiaotao Shen
#' \email{shenxt@@sioc.ac.cn}
#' @return inder.
#' @export

openwd <- function(){
  system(sprintf('open %s', shQuote(getwd())))
}

# setGeneric(name = "openwd",
#            function(){
#              sprintf('open %s', shQuote(getwd()))
#            })
jaspershen/sxtTools documentation built on May 2, 2020, 6:37 a.m.