app_run2 | R Documentation |
Run UCSC Xena Shiny App with specifc content
app_run2(
runMode = "client",
port = getOption("shiny.port"),
content = c("a", "s", "q", "p", "d")
)
runMode |
default is 'client' for personal user, set it to 'server' for running on server. |
port |
The TCP port that the application should listen on. If the
|
content |
Modules to enable.
|
## Not run:
app_run2(content = "s")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.