spec_call_program {metalite}R Documentation

Specification for analysis call program

Description

Specification for analysis call program

Usage

spec_call_program(meta, ...)

Arguments

meta

A meta_adam object.

...

Additional arguments used in all call programs.

Value

A vector of character strings containing the call program in the order of the analysis plans.

Examples

meta <- meta_example()
spec_call_program(meta)
spec_call_program(meta, data_source = "[Study CDISCpilot: adam-adsl; adae]")

[Package metalite version 0.1.3 Index]