bm_options {bittermelon} | R Documentation |
Get bittermelon options
Description
bm_options()
returns the bittermelon
packages global options.
Usage
bm_options(..., default = FALSE)
Arguments
... |
|
default |
If |
Value
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()
.
See Also
bittermelon for a high-level description of relevant global options.
Examples
bm_options()
bm_options(default = TRUE)
bm_options(bittermelon.compress = "vertical")
[Package bittermelon version 2.0.2 Index]