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), ...)# S3 method for default
sprinkle_tabcolsep(x, tabcolsep = getOption("pixie_tabcolsep", 6), ...)
# S3 method for dust_list
sprinkle_tabcolsep(x, tabcolsep = getOption("pixie_tabcolsep", 6), ...)
An object of class dust
numeric(1), integer-like value.
Additional arguments to pass to other methods. Currently ignored.
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
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.
dust, sprinkle