setChromeBrowser <- function( forceChrome = TRUE) {
if(forceChrome)
options(browser = "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe")
if(!forceChrome)
options(browser = NULL) # Use default browser
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.