getParametersAsString.ParametersInterface: Gets the parameters as character

getParametersAsString.ParametersInterfaceR Documentation

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 returned, otherwise a list.

Value

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

Author(s)

Henrik Bengtsson

See Also

For more information see ParametersInterface.


HenrikBengtsson/aroma.core documentation built on Feb. 20, 2024, 9:17 p.m.