Description Usage Arguments Value Examples
starts the graphical user interface developed with shiny.
1 2 3 4 5 6 7 |
maxRequestSize |
(numeric) number defining the maximum allowed file size (in megabytes) for uploaded files, defaults to 50MB |
debug |
logical if TRUE, set shiny-debugging options |
theme |
select style sheet for the interface. |
... |
arguments (e.g host) that are passed through |
shiny.server |
Setting this parameter to TRUE will return the app in the form of an object rather than invoking it. This is useful for deploying sdmApp via shiny-server. |
starts the interactive graphical user interface.
1 2 3 4 5 | if(interactive()){
#load the package
library(sdmApp)
sdmApp()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.