Description Usage Arguments Examples
To list all gridisl options, just run this function without any parameters provided. To query only one value, pass the first parameter.
To set that, use the value parameter too.
1 | gridislOptions(o, value)
|
o |
Option name (string). |
value |
Value to assign (optional) |
1 2 3 4 5 6 | ## Not run:
gridislOptions()
gridislOptions('fit.package')
gridislOptions('fit.package', 'h2o')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.