pixiedust (version 0.8.5)

sprinkle_tabcolsep: 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), ...)

# 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), ...)

Arguments

x

An object of class dust

tabcolsep

numeric(1), integer-like value.

...

Additional arguments to pass to other methods. Currently ignored.

Functional Requirements

  1. Change the tabcolsep attribute of the dust object.

  2. Cast an error if x is not a dust object.

  3. Cast an error if tabcolsep is not integerish and length 1.

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.

See Also

dust, sprinkle