Run the pipeline
run.RdRun the pipeline
Usage
run(object, adam_db, auto_pre = TRUE, ..., check_arg = TRUE)
# S4 method for chevron_tlg
run(object, adam_db, auto_pre = TRUE, ..., check_arg = TRUE)Arguments
- object
(
chevron_tlg) input.- adam_db
(
dm) object containing theADaMdatasets- auto_pre
(
flag) whether to perform the default pre processing step.- ...
extra arguments to pass to the pre-processing, main and post-processing functions.
- check_arg
(
flag) whether to check if all arguments are used.


