print.options | R Documentation |
Print the available options in a pretty format
## 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, ...)
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) |
No return value, the result will be printed in the console
opt=gpuMagic.getOptions() print(opt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.