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
tabcolsep
attribute of thedust
object.Cast an error if
x
is not adust
object.Cast an error if
tabcolsep
is not integerish and length 1.
Author(s)
Benjamin Nutter
Source
See Also
[Package pixiedust version 0.9.4 Index]