| set_option | R Documentation |
xpose optionSets 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.
set_option(xpdb, ...)
xpdb |
< |
... |
< |
xp_xtras object
xpdb_x <- set_option(xpdb_x, quiet = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.