parameter

parameter(name = NULL, value = NULL, description = NULL,
  domainDescription = NULL, required = NULL, repeats = NULL)

Arguments

name

The name of the parameter.

value

The value supplied for the parameter

description

A description of the Parameter.

domainDescription

A description of domain of valid values for the parameter. See domainDescription()

required

Whether or not the parameter is required. See required()

repeats

Whether or not the parameter repeats. See repeats()

name

The name of the parameter. See name()

Value

a parameter list object