R/openwd.R

Defines functions openwd

Documented in openwd

#' @title openwd
#' @description Open current work directory.
#' @author Xiaotao Shen
#' \email{shenxt1990@@outlook.com}
#' @return inder.
#' @export
#' @examples
#' openwd()
openwd <- function() {
    system(sprintf("open %s", shQuote(getwd())))
}
tidymass/tinytools documentation built on Jan. 2, 2022, 5:18 p.m.