run_app | R Documentation |
Load project cache and run the MCView application.
run_app(
project,
port = NULL,
host = NULL,
launch.browser = FALSE,
profile = FALSE,
...
)
project |
path of the project to run. |
port |
app port |
host |
app host |
launch.browser |
launch web browser after app start |
profile |
enable profiling for debugging |
... |
Arguments passed on to
|
## Not run:
MCView::run_app("PBMC")
MCView::run_app(project = "PBMC", port = 5555, host = "127.0.0.1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.