Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/common-get_options.R
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 read the current states of rkeops options by calling
get_rkeops_options().
1 | get_rkeops_options(tag = NULL)
|
tag |
text string being |
rkeops global options includes two lists defining options used at
compilation of user-defined operators or at runtime. These two list
contains specific informations (see compile_options() and
runtime_options() respectively, in particular for default values).
If the tag input parameter is specified (e.g. "compile" or "runtime"),
only the corresponding option list is returned.
These options are set with the functions set_rkeops_options() and
set_rkeops_option(). To know which values are allowed for which
options, you can check compile_options() and
runtime_options().
a list with rkeops current options values (see Details).
Ghislain Durif
get_rkeops_option(), compile_options(),
runtime_options(), set_rkeops_options(),
set_rkeops_option()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.