View source: R/glossary_options.R
glossary_popup | R Documentation |
Set or get the default popup type
glossary_popup(popup)
popup |
If NULL, get the current default popup type, or set to one of "click", "hover", or "none" |
string if popup is NULL
# get current popup style
popstyle <- glossary_popup()
# change popup to click style
glossary_popup("click")
# change back to original popup style
glossary_popup(popstyle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.