add_gloss {lingglosses} | R Documentation |
Gloss an example
Description
Adds glosses to the glosses list and adds small capitals to glosses. Escapes strings that begins and ends with curly brackets.
Usage
add_gloss(glosses)
Arguments
glosses |
character vector with glosses in upper case. |
Value
vector of small capitalized glosses (if string is in the upper case) and not glosses (if string is not in the upper case)
Author(s)
George Moroz <agricolamz@gmail.com>
Examples
add_gloss(c("ABS", "ERG"))
[Package lingglosses version 0.0.7 Index]