new_gloss {glossr} | R Documentation |
gloss class
Description
The gloss
class contains how a gloss will be printed and its original input
(Object of class gloss_data
) as data
attribute.
It also has a knitr::knit_print()
method for rendering in R Markdown (and Quarto).
Usage
new_gloss(input, output)
Arguments
input |
A |
output |
How the gloss must be printed, depending on the output. |
Value
Object of class gloss
.
[Package glossr version 0.8.0 Index]