quak_options: List all quak options and their current values

View source: R/options.R

quak_optionsR Documentation

List all quak options and their current values

Description

Prints every quak option (via print.quak_opts()) and invisibly returns a tibble of the same information. The resolution order is: value set via ⁠options(quak.*)⁠ -> the option's env var -> a built-in default.

Usage

quak_options(mask = TRUE)

Arguments

mask

Logical. When TRUE (default), sensitive option values are shown as "<hidden>" when set.

Value

Invisibly, a tibble::tibble() with columns option, value, source, env_var, env_value, and default.

Examples

quak_options()

quak documentation built on June 9, 2026, 5:09 p.m.