View source: R/sprinkle_tabcolsep.R
sprinkle_tabcolsep | R Documentation |
The tabcolsep
property controls the space between
columns in LaTeX output. By default, it is set to 6 pt.
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), ...)
x |
An object of class |
tabcolsep |
|
... |
Additional arguments to pass to other methods. Currently ignored. |
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.
Change the tabcolsep
attribute of the dust
object.
Cast an error if x
is not a dust
object.
Cast an error if tabcolsep
is not integerish and length 1.
Benjamin Nutter
dust
, sprinkle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.