update_abbrev | R Documentation |
Update the abbreviation for a glossary entry
update_abbrev(x, ...)
x |
a glossary object. |
... |
|
as_glossary()
x <- as_glossary(list(ka = "absorption rate constant"))
x <- update_abbrev(x, ka = "\\ensuremath{k_a}")
x$ka
x <- update_abbrev(x, ka)
x$ka
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.