Wama uses the first non-empty return of the below as your default shiny app:
1 |
The Config/wama/defaultShinyApp
field of the DESCRIPTION
in the working directory.
To set this for your package, add this to your DESCRIPTION
:
Config/wama/defaultShinyApp: myApp()
The wama.default.shiny.app
option.
This is best used interactively (options(wama.default.app = myApp())
)
or set in your .Rprofile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.