The border_collapse property controls the appearance of
cell borders in HTML tables. Be default, pixiedust collapses
the borders so that the adjoining border of two cells appear as a
single border.
sprinkle_border_collapse(
x,
border_collapse = getOption("pixie_border_collapse", "collapse"),
...
)# S3 method for default
sprinkle_border_collapse(
x,
border_collapse = getOption("pixie_border_collapse", "collapse"),
...
)
# S3 method for dust_list
sprinkle_border_collapse(
x,
border_collapse = getOption("pixie_border_collapse", "collapse"),
...
)
An object of class dust
character(1). Defaults to "collapse",
and may accept any of "collapse", "separate",
"initial", or "inherit".
Additional arguments to pass to other methods. Currently ignored.
Change the border_collapse attribute of the dust object.
Cast an error if x is not a dust object.
Cast an error if border_collapse is not one of
"collapse", "separate", "initial", "inherit".
Benjamin Nutter
See https://www.w3schools.com/cssref/pr_border-collapse.asp for details on how each option affects the appearance of a table.
This property has no effect on non-HTML output.
dust, sprinkle