sprinkle_tabcolsep: Change the tabcolsep Property in a Dust Table

View source: R/sprinkle_tabcolsep.R

sprinkle_tabcolsepR 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 dust

tabcolsep

numeric(1), integer-like value.

...

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

  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.

Author(s)

Benjamin Nutter

Source

https://www.google.com/webhp?sourceid=chrome-instant&rlz=1C1CHBF_enUS706US706&ion=1&espv=2&ie=UTF-8#q=latex+tabcolsep&*

See Also

dust, sprinkle


nutterb/pixiedust documentation built on Oct. 17, 2023, 9:20 a.m.