R/ZZWsetwd.R

Defines functions ZZWsetwd

Documented in ZZWsetwd

#' Set work path
#' @examples
#' ZZWsetwd()
#' @export

ZZWsetwd <- function() {
  x <- readline("Please paste the directory:")
  setwd(x)
}
JustinZZW/ZZWtool documentation built on March 7, 2020, 11:06 a.m.