R/sxtSetwd.R

Defines functions sxtSetwd

Documented in sxtSetwd

#' @title sxtSetwd
#' @description sxtSetwd.
#' @author Xiaotao Shen
#' \email{shenxt1990@@163.com}
#' @export

sxtSetwd <- function() {
  x <- readline("Please paste the directory:")
  setwd(x)
}
jaspershen/sxtTools documentation built on May 2, 2020, 6:37 a.m.