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.
See Also
For more information see ParametersInterface.