Description Usage Arguments Details Value Author(s) See Also
View source: R/default_options.R
The function rkeops_option_names returns the names of the different
rkeops option (in R global options scope).
1 | rkeops_option_names(tag = c("compile", "runtime"))
|
tag |
text string or vector of text string, specifying the requested
subset of |
rkeops uses two sets of options: compile options
(see compile_options()), and runtime options
(see runtime_options()).
These options define the behavior of rkeops when compiling or when
calling user-defined operators.
You can specify a tag ("compile" or "runtime" or both) in input, you
will get the names of the corresponding subset of rkeops options.
a vector of requested rkeops options.
Ghislain Durif
get_rkeops_options(), set_rkeops_options(),
compile_options(), runtime_options()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.