launch_LCBCshiny: Function to launch the LCBC shiny data explorer

View source: R/launch_LCBCshiny.R

launch_LCBCshinyR Documentation

Function to launch the LCBC shiny data explorer

Description

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.

Usage

launch_LCBCshiny(data, ...)

Arguments

data

The MOAS or a MOAS generated file.

...

arguments to [shiny::runApp]

Examples

## Not run: 
launch_LCBCshiny()

launch_LCBCshiny(MOAS)

## End(Not run)

LCBC-UiO/MOAS documentation built on Aug. 28, 2023, 3:29 a.m.