GO <- function(){
print(getwd())
require(shinyFiles)
require(shiny)
shiny::runApp( "./R/",launch.browser = T)
q(save="no")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.