| .get_option | R Documentation |
Internal helper to retrieve global option value. If the option is NULL (not set), returns the provided default. If a non-NULL value is explicitly passed (from a method call), that takes priority over the global option.
.get_option(name, default = NULL, override = NULL)
name |
Option name ("paral", "block_size", "threads", or "compression") |
default |
Fallback value if option is NULL |
override |
Value passed to method call (takes priority if not NULL/missing) |
The effective value to use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.