R/openwd.R

Defines functions openwd

Documented in openwd

#' @title openwd
#' @description Open current work directory.
#' @author Xiaotao Shen
#' \email{shenxt@@163.com}
#' @return inder.
#' @export

openwd <- function(){
  system(sprintf('open %s', shQuote(getwd())))
}
jaspershen/tinyTools documentation built on Nov. 10, 2021, 12:40 a.m.