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 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)

[Package glossr version 0.7.0 Index]