View source: R/sprinkle_hhline.R
sprinkle_hhline | R Documentation |
The hhline
property controls the appearance of
cell borders in LaTeX tables. There is a known limitation in the
LaTeX colortbl
package where cell borders can be hidden if
the cell has a background color. If using both cell borders and
background colors, it is recommended that you use the hhline
property to make cell borders appear as desired.
sprinkle_hhline(x, hhline = getOption("pixie_hhline", FALSE), ...)
## Default S3 method:
sprinkle_hhline(x, hhline = getOption("pixie_hhline", FALSE), ...)
## S3 method for class 'dust_list'
sprinkle_hhline(x, hhline = getOption("pixie_hhline", FALSE), ...)
x |
An object of class |
hhline |
|
... |
Additional arguments to pass to other methods. Currently ignored. |
When hhline = TRUE
, borders will be solid; dashed and dotted
borders are unsupported by hhline.
This property has no effect on non-LaTeX output.
Change the hhline
attribute of the dust
object.
Cast an error if x
is not a dust
object.
Cast an error if hhline
is not logical and length 1.
Benjamin Nutter
https://www.ctan.org/pkg/hhline?lang=en
dust
, sprinkle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.