View source: R/glossary_table.R
glossary_table | R Documentation |
All terms defined with glossary
(since the last call to glossary_reset
) are added to a list, which this function displays using kable (or outputs as a data frame).
glossary_table(as_kable = TRUE)
as_kable |
if the output should be a kableExtra table or a data frame |
kable table or data frame
glossary_reset()
# add a definition to the table
glossary("term", def = "definition", path = NULL)
glossary_table() # show table as kable
glossary_table(FALSE) # or as a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.