Learn R Programming

chevron (version 0.2.7)

run: Run the pipeline

Description

Run the pipeline

Usage

run(
  object,
  adam_db,
  auto_pre = TRUE,
  verbose = FALSE,
  ...,
  user_args = list(...)
)

# S4 method for chevron_tlg run( object, adam_db, auto_pre = TRUE, verbose = FALSE, ..., user_args = list(...) )

Value

an rtables (for chevron_t), rlistings (for chevron_l), grob (for chevron_g) or ElementaryTable

(null report) depending on the class of chevron_tlg object passed as object argument.

Arguments

object

(chevron_tlg) input.

adam_db

(list of data.frames) object containing the ADaM datasets

auto_pre

(flag) whether to perform the default pre processing step.

verbose

(flag) whether to print argument information.

...

extra arguments to pass to the pre-processing, main and post-processing functions.

user_args

(list) arguments from ....

Examples

Run this code
run(mng01, syn_data, auto_pre = TRUE, dataset = "adlb")

Run the code above in your browser using DataLab