set_option: Set an 'xpose' option

set_optionR Documentation

Set an xpose option

Description

Sets one or more entries in xpdb$options, merged in via utils::modifyList() – which recurses into list-valued options, so setting a single key of an existing named-list option (e.g. one label of default_labs, see set_default_labs()) leaves its other keys untouched rather than replacing the whole list. This is what set_default_labs() and set_default_watermark() are built on, and calling set_option() directly with default_labs/default_watermark behaves the same way.

Usage

set_option(xpdb, ...)

Arguments

xpdb

<xpose_dataxpose::xpose_data> object

...

<dynamic-dots> Arguments in the form of option = value

Value

xp_xtras object

Examples


xpdb_x <- set_option(xpdb_x, quiet = TRUE)


xpose.xtras documentation built on Sept. 1, 2026, 5:08 p.m.