#' @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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.