Description Usage Arguments Examples
Launch a Shiny app that shows a demo.
1 | RunShinyApp(app)
|
app |
the name of the shiny application. |
1 2 3 4 5 6 7 8 9 10 11 12 13 | # A demo of what \code{\link[SciencesPo]{PoliticalDiversity}} does.
if (interactive()) {
RunShinyApp("PoliticalDiversity")
}
# Other examples
if (interactive()) {
RunShinyApp("ConjugateNormal")
}
if (interactive()) {
RunShinyApp("Regression")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.