#' @title openwd
#' @description Open current work directory.
#' @author Xiaotao Shen
#' \email{shenxt1990@@outlook.com}
#' @return inder.
#' @export
#' @examples
#' openwd()
openwd <- function() {
system(sprintf("open %s", shQuote(getwd())))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.