powered by
bm_options() returns the bittermelon package's global options.
bm_options()
bittermelon
bm_options(..., default = FALSE)
A list of option values. Note this function does not set option values itself but this list can be passed to options(), withr::local_options(), or withr::with_options().
options()
withr::local_options()
withr::with_options()
bittermelon package options using name = value. The return list will use any of these instead of the current/default values.
name = value
If TRUE return the default values instead of current values.
TRUE
bittermelon for a high-level description of relevant global options.
bm_options() bm_options(default = TRUE) bm_options(bittermelon.compress = "vertical")
Run the code above in your browser using DataLab