Learn R Programming

tidyCDISC (version 0.2.2)

prep_adsl: 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)

Value

A `list` containing a `data.frame` object and character vector specifying the pre-filter applied.

Arguments

ADSL

an ADSL data.frame

input_recipe

The shiny input that keeps track of the recipe selected

Examples

Run this code
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")

Run the code above in your browser using DataLab