Description Usage Arguments Details Value See Also Examples
Renders a teachingApp as a stand-alone shiny app or as an element within an rmarkdown document.
1 2 3 4 5 6 7 8 9 10 11 12 |
app_name |
|
theme |
|
width |
|
height |
|
icon |
|
img |
|
git_user |
|
more_opts |
A |
launch.browser |
|
... |
A |
The teachingApps
package provides an infrastructure
that allows users to dynamically change the appearance and function of
shiny apps. R users a familiar with writing functions to dynamically alter
some output - in this case the output is a app. Normally,
A printed shiny app
codelinkcreate_logo
codelinkadd_logo
1 2 3 4 5 6 7 8 9 10 | ## Not run:
teachingApps(app_name = 'distribution_weibull',
theme = 'spacelab',
height = '800px')
teachingApps(app_name = 'maximum_likelihood_simulation',
theme = 'flatly',
height = '600px')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.