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.
sprinkle_label(x, label = NULL, ...)# S3 method for default
sprinkle_label(x, label = NULL, ...)
# S3 method for dust_list
sprinkle_label(x, label = NULL, ...)
An object of class dust
character(1) or NULL for no label.
Additional arguments to pass to other methods. Currently ignored.
Change the label attribute of the dust object.
Cast an error if x is not a dust object.
Cast an error if label is not a character(1).
Benjamin Nutter
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
dust, sprinkle