InputParamList: InputParamList

Description Usage Arguments Value Examples

View source: R/AllClasses.R

Description

InputParamList

InputParamList A list of InputParam

inputs

Usage

1
2
3

Arguments

...

The InputParam objects.

cwl

A cwlParam object

Value

An object of class 'InputParamList'.

inputs: A list of 'InputParam'.

Examples

1
2
3
4
5
6
input1 <- InputParam(id = "sth")
InputParamList(input1)
## Inputs
input1 <- InputParam(id = "sth")
echo <- cwlParam(baseCommand = "echo", inputs = InputParamList(input1))
inputs(echo)

Rcwl documentation built on Nov. 8, 2020, 8:11 p.m.