sl3Options | R Documentation |
sl3
optionTo list all sl3
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.
sl3Options(o, value)
o |
Option name (string). |
value |
Value to assign (optional) |
## Not run:
sl3Options()
sl3Options("sl3.verbose")
sl3Options("sl3.temp.dir")
sl3Options("sl3.verbose", TRUE)
## End(Not run)
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.