View source: R/launch_shinystan.R
launch_shinystan_demo | R Documentation |
'ShinyStan' demo
launch_shinystan_demo( demo_name = "eight_schools", rstudio = getOption("shinystan.rstudio"), ... )
demo_name |
The name of the demo. Currently
|
rstudio |
Only relevant for 'RStudio' users. The default ( |
... |
Optional arguments passed to |
An S4 shinystan object.
launch_shinystan
to launch the 'ShinyStan' interface
using a particular shinystan
object.
as.shinystan
for creating shinystan
objects.
## Not run: # launch demo but don't save a shinystan object launch_shinystan_demo() # launch demo and save the shinystan object for the demo sso_demo <- launch_shinystan_demo() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.