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, ...)

Arguments

data

The MOAS or a MOAS generated file.

...

arguments to [shiny::runApp]

Examples

if (FALSE) { launch_LCBCshiny() launch_LCBCshiny(MOAS) }