sprinkle_hhline {pixiedust} | R Documentation |
Change the hhline Property in a Dust Table
Description
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.
Usage
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), ...)
Arguments
x |
An object of class |
hhline |
|
... |
Additional arguments to pass to other methods. Currently ignored. |
Details
When hhline = TRUE
, borders will be solid; dashed and dotted
borders are unsupported by hhline.
This property has no effect on non-LaTeX output.
Functional Requirements
Change the
hhline
attribute of thedust
object.Cast an error if
x
is not adust
object.Cast an error if
hhline
is not logical and length 1.
Author(s)
Benjamin Nutter
Source
https://www.ctan.org/pkg/hhline?lang=en