gloss_linetooltip {glossr} | R Documentation |
Apply tooltip to a full gloss
Description
Apply tooltip to a full gloss
Usage
gloss_linetooltip(original, parsed)
Arguments
original |
Text to show in the |
parsed |
Text to show as tooltip when hovering |
Value
List of shiny.tag
Examples
ex_sp <- "Un ejemplo en espaƱol"
ex_gloss <- "DET.M.SG example in Spanish"
gloss_linetooltip(ex_sp, ex_gloss)
[Package glossr version 0.8.0 Index]