View source: R/sprinkle_float.R
sprinkle_float | R Documentation |
Alter the floating behavior of tables rendered in
LaTeX documents. Floating tables are moved to a position deemed ideal
by the typesetter. Setting float = FALSE
causes the table to
be rendered in the position in which it is generated in the code.
sprinkle_float(x, float = getOption("pixie_float", FALSE), ...)
## Default S3 method:
sprinkle_float(x, float = getOption("pixie_float", FALSE), ...)
## S3 method for class 'dust_list'
sprinkle_float(x, float = getOption("pixie_float", FALSE), ...)
x |
An object of class |
float |
|
... |
Additional arguments to pass to other methods. Currently ignored. |
See https://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions for more about floating environments in LaTeX.
This property has no effect on non-LaTeX output.
Change the float
attribute of the dust
object.
Cast an error if x
is not a dust
object.
Cast an error if float
is not logical or length 1.
Benjamin Nutter
https://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions
dust
, sprinkle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.