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@@outlook.com}
#' @export
#' @return noting

setwd_win <- function() {
    x <- readline("Please paste the directory:")
    setwd(x)
}
tidymass/tinytools documentation built on Jan. 2, 2022, 5:18 p.m.