gloss_linetooltip | R Documentation |
Apply tooltip to a full gloss
gloss_linetooltip(original, parsed)
original |
Text to show in the |
parsed |
Text to show as tooltip when hovering |
List of shiny.tag
ex_sp <- "Un ejemplo en espaƱol"
ex_gloss <- "DET.M.SG example in Spanish"
gloss_linetooltip(ex_sp, ex_gloss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.