runShinyApp | R Documentation |
runShinyApp
runs the specified Shiny app.
runShinyApp(app)
app |
The name of the Shiny app to run as a character string. For
example, |
This function is basically a copy of the function in Dean Attali's blog post, Supplementing your R package with a Shiny app: https://deanattali.com/2015/04/21/r-package-shiny-app/.
Opens the requested Shiny app in RStudio or a web browser, depending on your setup.
illustrates confidence intervals
visualizes correlation via scatterplot
visualizes the effect of continuous interactions
simulates and fits linear mixed-effects models and demonstrates random and fixed effects
visualizes power, sample size, and Type I and II errors in the context of a one-sample proportion test
runs power and sample size analyses for one- and two-sample proportion tests, t-tests, and one-way ANOVAs
## Not run:
runShinyApp() # see all available shiny apps
runShinyApp('ci')
runShinyApp('lme')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.