launch | R Documentation |
Launch ConR application
launch(lang = c("en", "fr"))
lang |
Language to be used in the application : english ("en") or french ("fr"). |
A shiny::shinyApp()
object.
if (interactive()) {
# A Launch application in browser
launch()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.