as_glossary | R Documentation |
Rather than reading from a file, glossary objects can be created inline.
as_glossary(...)
... |
unquoted |
For all entries in the new object, the abbreviation is set to the label.
See update_abbrev()
to customize the abbreviation.
Entries that have duplicate labels will be dropped with a warning.
A new glossary object.
read_glossary()
, update_abbrev()
update_abbrev()
as_glossary(wt = "weight", ht = "height", bmi = "body mass index")
as_glossary(wt = "weight", ht = "height", wt = "baseline weight")
l <- list(VPC = "visual predictive check", tz = "timezone")
as_glossary(l)
as_glossary(l, wt = "weight")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.