toString.runOptions {RBaM}R Documentation

runOptions to string

Description

Convert an object of class 'runOptions' into a ready-to-write vector of string

Usage

## S3 method for class 'runOptions'
toString(x, ...)

Arguments

x

runOptions object, object to be converted.

...

Optional arguments.

Value

A string ready to be printed or written.

Examples

toString(runOptions())

[Package RBaM version 1.0.1 Index]