prep_adsl | R Documentation |
Function to pre-filter the ADSL depending on the stan table selected
prep_adsl(ADSL, input_recipe)
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.
data(adsl, package = "tidyCDISC")
# Process ADSL data for STAN table
prep_adsl(adsl, input_recipe = 'Table 3: Accounting of Subjects')
# Return ADSL data if no STAN table selected
prep_adsl(adsl, input_recipe = "NONE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.