Run the core NepExplorer App
Arguments
- data
datasets to be loaded in to the app. Sample nepExplorer data used by default
- mapping
list specifying the initial mapping values for each data mapping for each domain (e.g. list(aes= list(id_col='USUBJID', seq_col='AESEQ')).
- runNow
Should the shiny app object created be run directly? Helpful when writing functions to dispatch to shinyapps, rsconnect, or shinyproxy.