prep_adae | R Documentation |
Function to pre-filter the ADAE depending on the stan table selected
prep_adae(datafile, ADSL, input_recipe)
datafile |
list of ADaM-ish dataframes |
ADSL |
an ADSL data.frame |
input_recipe |
The shiny input that keeps track of the recipe selected |
A 'list' containing a 'data.frame' object and character vector specifying the pre-filter applied.
if(interactive()) {
datalist <- list(ADSL = tidyCDISC::adsl, ADVS = tidyCDISC::advs,
ADAE = tidyCDISC::adae, ADLBC = tidyCDISC::adlbc)
pre_adsl <- prep_adsl(datalist$ADSL, input_recipe = 'NONE')
# Create AE data set
prep_adae(datalist, pre_adsl$data, input_recipe = 'NONE')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.