Learn R Programming

bittermelon (version 2.2.1)

bm_options: Get bittermelon options

Description

bm_options() returns the bittermelon package's global options.

Usage

bm_options(..., default = FALSE)

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().

Arguments

...

bittermelon package options using name = value. The return list will use any of these instead of the current/default values.

default

If TRUE return the default values instead of current values.

See Also

bittermelon for a high-level description of relevant global options.

Examples

Run this code
  bm_options()

  bm_options(default = TRUE)

  bm_options(bittermelon.compress = "vertical")

Run the code above in your browser using DataLab