| sprinkle_tabcolsep {pixiedust} | R Documentation |
Change the tabcolsep Property in a Dust Table
Description
The tabcolsep property controls the space between
columns in LaTeX output. By default, it is set to 6 pt.
Usage
sprinkle_tabcolsep(x, tabcolsep = getOption("pixie_tabcolsep", 6), ...)
## Default S3 method:
sprinkle_tabcolsep(x, tabcolsep = getOption("pixie_tabcolsep", 6), ...)
## S3 method for class 'dust_list'
sprinkle_tabcolsep(x, tabcolsep = getOption("pixie_tabcolsep", 6), ...)
Arguments
x |
An object of class |
tabcolsep |
|
... |
Additional arguments to pass to other methods. Currently ignored. |
Details
Reading on the details of tabcolsep may be done by
searching "latex tabcolsep" on the internet.
This property has no effect on non-LaTeX output.
Functional Requirements
Change the
tabcolsepattribute of thedustobject.Cast an error if
xis not adustobject.Cast an error if
tabcolsepis not integerish and length 1.
Author(s)
Benjamin Nutter
Source
See Also
[Package pixiedust version 0.9.4 Index]