printFunctions: Print the available options in a pretty format

print.optionsR Documentation

Print the available options in a pretty format

Description

Print the available options in a pretty format

Usage

## S3 method for class 'options'
print(x, ...)

## S3 method for class 'plainText'
print(x, ...)

## S3 method for class 'deviceList'
print(x, ...)

## S3 method for class 'varInfo'
print(x, simplify = TRUE, printDef = FALSE, ...)

Arguments

x

an options object.

...

just for making the package checking happy.

simplify

Specify whether only the important properties should be printed

printDef

Whether the variable definition should be printed(version=0)

Value

No return value, the result will be printed in the console

Examples

opt=gpuMagic.getOptions()
print(opt)

Jiefei-Wang/gpuMagic documentation built on March 27, 2022, 5:23 a.m.