| sprinkle_label {pixiedust} | R Documentation | 
Change the Border Collapse Property in a Dust Table
Description
The label property is used to make references to a 
table.  Labels may be used in LaTeX documents, or in both LaTeX and 
HTML documents when using bookdown.
Usage
sprinkle_label(x, label = NULL, ...)
## Default S3 method:
sprinkle_label(x, label = NULL, ...)
## S3 method for class 'dust_list'
sprinkle_label(x, label = NULL, ...)
Arguments
| x | An object of class  | 
| label | 
 | 
| ... | Additional arguments to pass to other methods. Currently ignored. | 
Details
For details about using labels in LaTeX documents, see https://en.wikibooks.org/wiki/LaTeX/Labels_and_Cross-referencing.
For details about using labels in bookdown documents, see
https://bookdown.org/yihui/bookdown/tables.html
Functional Requirements
- Change the - labelattribute of the- dustobject.
- Cast an error if - xis not a- dustobject.
- Cast an error if - labelis not a- character(1).
Author(s)
Benjamin Nutter
Source
https://en.wikibooks.org/wiki/LaTeX/Labels_and_Cross-referencing
https://bookdown.org/yihui/bookdown/tables.html