View source: R/edit-defaults.R
set_default_properties | R Documentation |
Defaults are used for new huxtables, and also when a property is set to NA
.
set_default_properties(...)
get_default_properties(names = NULL)
... |
Properties specified by name, or a single named list. |
names |
Vector of property names. If |
Note that autoformat = TRUE
in huxtable()
overrides some defaults.
To set default border styles, use the pseudo-properties
border
/border_style
/border_color
. You cannot set defaults separately for
different sides.
For set_default_properties
, a list of the previous property values, invisibly.
For get_default_properties
, a list of the current defaults.
Options for autoformat in huxtable-options.
old <- set_default_properties(
text_color = "red",
border = 0.4
)
hux(a = 1:2, b = 1:2)
set_default_properties(old)
get_default_properties("bold")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.