Construct OMLRunParameter.
Construct a run parameter object for a run.
makeOMLRunParameter(name, value, component = NA_character_)
name
: [character(1)
]
The name of the parameter.
value
: [character(1)
]
The value of the parameter.
component
: [character(1)
]
The implementation name of a component, if the parameter belongs to this component. This name must match a component of the implementation.
Other run-related functions: convertOMLMlrRunToBMR()
, convertOMLRunToBMR()
, deleteOMLObject()
, getOMLRun()
, listOMLRuns()
, makeOMLRun()
, tagOMLObject()
, uploadOMLRun()