View source: R/sprinkle_caption_number.R
sprinkle_caption_number | R Documentation |
The table caption is often used as a brief title, but may also be used to provide a longer statement explaining how to interpret the table results.
sprinkle_caption_number(x, caption_number, ...)
## Default S3 method:
sprinkle_caption_number(
x,
caption_number = getOption("pixie_caption_number", TRUE),
...
)
## S3 method for class 'dust_list'
sprinkle_caption_number(
x,
caption_number = getOption("pixie_caption_number", TRUE),
...
)
x |
An object of class |
caption_number |
|
... |
Additional arguments to pass to other methods. Currently ignored. |
Table numbering makes it possible to reference tables within a document. In some cases, the numbering is not desired. Suppressing numbering may restrict the ability to make reference to the table.
Change the caption_number
attribute of the dust
object.
Cast an error if x
is not a dust
object.
Cast an error if caption_number
is not a logical object.
Cast an error if caption_number
has length greater than 1.
Benjamin Nutter
dust
, sprinkle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.