Skip to contents

Set an option for toolkit

Usage

get_toolkit_option(name)

Arguments

name

Name of the option

Value

The requested option or NULL if it doesn't exist

Examples

toolkit_option("test", "DUMMY")
get_toolkit_option("test")
#> [1] "DUMMY"