Learn R Programming

metalite (version 0.1.4)

spec_call_program: Specification for analysis call program

Description

Specification for analysis call program

Usage

spec_call_program(meta, ...)

Value

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

Arguments

meta

A meta_adam object.

...

Additional arguments used in all call programs.

Examples

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

Run the code above in your browser using DataLab