#' Open a new "clean" rstudio instance
#'
#' Assumes rstudio is installed to the default (Windows) location.
#' Would not work otherwise, would not work in Mac.
#'
#' @examples
#' open_rstudio
#'
#' @export
open_rstudio <- function(){
rstudioapi::terminalExecute('"C:\\Program Files\\RStudio\\bin\\rstudio.exe" -n', show = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.