Description Usage Arguments Details See Also Examples
To list all stremr 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 | stremrOptions(o, value)
|
o |
Option name (string). See |
value |
Value to assign (optional) |
The arguments of set_all_stremr_options list all available stremr options.
1 2 3 4 5 6 | ## Not run:
stremrOptions()
stremrOptions('fit.package')
stremrOptions('fit.package', 'h2o')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.