select_glossary | R Documentation |
Select entries from a glossary object
select_glossary(x, ...)
x |
a glossary object. |
... |
tidy-select syntax naming glossary entry labels to select. |
A new glossary object with selected entries.
gl <- as_glossary(list(a = "apple", b = "banana", c = "cat", d = "dog"))
select_glossary(gl, b, d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.