glossary_popup {glossary} | R Documentation |
Set or get the default popup type
Description
Set or get the default popup type
Usage
glossary_popup(popup)
Arguments
popup |
If NULL, get the current default popup type, or set to one of "click", "hover", or "none" |
Value
string if popup is NULL
Examples
# get current popup style
popstyle <- glossary_popup()
# change popup to click style
glossary_popup("click")
# change back to original popup style
glossary_popup(popstyle)
[Package glossary version 1.0.0 Index]