gloss_linetooltip: Apply tooltip to a full gloss

View source: R/tooltip.R

gloss_linetooltipR 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 tooltip rendering.

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)

glossr documentation built on May 29, 2024, 11:53 a.m.