Learn R Programming

aroma.core (version 2.14.0)

getParametersAsString.ParametersInterface: Gets the parameters as character

Description

Gets the parameters as character.

Usage

## S3 method for class 'ParametersInterface':
getParametersAsString(this, ..., collapse=c(", ", "; "), drop=TRUE)

Arguments

...
Arguments passed to *getParameters().
collapse
(optional) A character string used to collapse the individual parameter strings.
drop
If TRUE and there is only one set of parameters, then a single character vector is retu

Value

See Also

For more information see ParametersInterface.