Query glossary entries

get_entries(type = c("definition", "acronym"))

get_entry(entry)

entry_names()

Arguments

type

character, term type 'definition' or 'acronym'

entry

character, entry name

Value

get_entry() returns a list with contents of a single entry

get_entries() returns a list of entries by type

entry_name() returns a character vector of the stored entries

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }