options {kanjistat} | R Documentation |
Kanjistat Options
Description
Set or examine global kanjistat options.
Usage
kanjistat_options(...)
get_kanjistat_option(x)
Arguments
... |
any number of options specified as |
x |
name of an option given as character string. |
Value
kanjistat_options
returns the list of all set options if there
is no function argument. Otherwise it returns list of all old options.
get_kanjistat_option
returns the current value set for option x
or NULL if the option is not set.
[Package kanjistat version 0.14.1 Index]