discoApp | R Documentation |
This launches the web interface to DiscoRhythm containing all analysis tools. The vignette contains details on usage.
discoApp(ncores = 1, port = 3838, local = TRUE)
ncores |
numeric, number of cores to use for parallelized tasks.
Currently, only used in oscillation detection function |
port |
numeric, port to run the shiny application on. Sets shiny.port option. |
local |
logical, set to FALSE for public server mode to reduce file size limits. |
Nothing is returned by this function.
## Not run: discoApp() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.