View source: R/medley_all_borders.R
medley_all_borders | R Documentation |
For most output, specifying a region of cells with borders
on all sides is as simple as giving the sprinkle border = "all"
.
In LaTeX output, however, this can result in thicker than expected
vertical borders. This medley provides a LaTeX save approach to
drawing borders on all sides without getting the double vertical
border effect.
medley_all_borders(
x,
rows = NULL,
cols = NULL,
horizontal = TRUE,
vertical = TRUE,
part = "body"
)
x |
An object of class dust |
rows |
The rows over which the borders are to be drawn. |
cols |
The cols over which the borders are to be drawn. |
horizontal |
Logical. Toggles horizontal borders. |
vertical |
Logical. Toggles vertical borders |
part |
A character vector. May contain any of |
Benjamin Nutter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.