Sets the value of a zephyr option. This is a convenience wrapper around
options() that handles the option naming convention.
The option is set as {pkgname}.{name} (lowercase).
Usage
set_option(name, value, .envir = parent.frame())Value
Invisible previous value of the option (from get_option())
