gloss_linetooltip {glossr} | 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)