aroma.core (version 3.1.1)

getParametersAsString.ParametersInterface: Gets the parameters as character

Description

Gets the parameters as character.

Usage

# S3 method for 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 returned, otherwise a list.

Value

Returns a list of character vectors, or a character vector.

See Also

For more information see ParametersInterface.