#' Setup the .Renviron file
#'
#' @export
setup_r_environ <- function() {
writeLines('PATH="${RTOOLS40_HOME}\\usr\\bin;${PATH}"', con = "~/.Renviron")
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.