Description Usage Arguments Examples
Executing this function will launch the shinytemplate application in the user's default web browser.
1 | shinytemplate(option1 = NULL, option2, dev = F)
|
option1 |
An option for your app |
option2 |
Another option for your app |
dev |
Loads from local directories if selected |
1 2 3 4 | ## Not run:
shinytemplate(option1 = 'hello', option2 = 'world')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.