View source: R/launch_LCBCshiny.R
launch_LCBCshiny | R Documentation |
launch_LCBCshiny
will launch the shiny app made to explore
and extract data from the MOAS.
Running it without supplied data will enable you to upload the
data you wish to explore via the browser.
If you have the data already loaded in your R environment, you
may pass this as an argument to the function to have the data
already loaded in the application.
launch_LCBCshiny(data, ...)
data |
The MOAS or a MOAS generated file. |
... |
arguments to [ |
## Not run:
launch_LCBCshiny()
launch_LCBCshiny(MOAS)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.