prep_adsl {tidyCDISC} | R Documentation |
Function to pre-filter the ADSL depending on the stan table selected
Description
Function to pre-filter the ADSL depending on the stan table selected
Usage
prep_adsl(ADSL, input_recipe)
Arguments
ADSL |
an ADSL data.frame |
input_recipe |
The shiny input that keeps track of the recipe selected |
Value
A 'list' containing a 'data.frame' object and character vector specifying the pre-filter applied.
Examples
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")
[Package tidyCDISC version 0.2.1 Index]