R/setwd_win.R

Defines functions setwd_win

Documented in setwd_win

#' @title setwd_win
#' @description Set work directory in windows.
#' @author Xiaotao Shen
#' \email{shenxt1990@@163.com}
#' @export

setwd_win <- function() {
  x <- readline("Please paste the directory:")
  setwd(x)
}
jaspershen/tinyTools documentation built on Nov. 10, 2021, 12:40 a.m.