Utility functions reading/exporting the glossary

load_entries(file = "", ...)

new_glossary(file = "", ...)

export_glossary(file, ...)

Arguments

file

character, path to file storing glossary terms. Default: ''

...

additional arguments passed to read_yaml

Value

glossary

Details

new_glossary returns a new glossary object that is separate from the internal glossary object.

See also

Other io: glossary_to_table()

Examples

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