Learn R Programming

RBaM (version 1.1.1)

toString.runOptions: runOptions to string

Description

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

Usage

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

Value

A string ready to be printed or written.

Arguments

x

runOptions object, object to be converted.

...

Optional arguments.

Examples

Run this code
toString(runOptions())

Run the code above in your browser using DataLab