Skip to contents

Run the core NepExplorer App

Usage

create_nepexplorer_app(
  data = list(dm = nepExplorer::adsl, labs = nepExplorer::adlb, vitals =
    nepExplorer::advs),
  mapping = NULL,
  runNow = TRUE
)

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.