Learn R Programming

glossr (version 0.8.0)

gloss_linetooltip: Apply tooltip to a full gloss

Description

Apply tooltip to a full gloss

Usage

gloss_linetooltip(original, parsed)

Value

List of shiny.tag

Arguments

original

Text to show in the tooltip rendering.

parsed

Text to show as tooltip when hovering

Examples

Run this code
ex_sp <- "Un ejemplo en español"
ex_gloss <- "DET.M.SG example in Spanish"
gloss_linetooltip(ex_sp, ex_gloss)

Run the code above in your browser using DataLab