Description Usage Arguments Value
add_indefartls_to_phrases() is an Add function that updates an object by adding data to that object. Specifically, this function implements an algorithm to add indefinite articles to phrases. Function argument abbreviated_phrase_1L_chr specifies the object to be updated. The function returns Phrases (a character vector).
1 2 3 4 5 | add_indefartls_to_phrases(
abbreviated_phrase_1L_chr,
abbreviations_lup = NULL,
ignore_phrs_not_in_lup_1L_lgl = T
)
|
abbreviated_phrase_1L_chr |
Abbreviated phrase (a character vector of length one) |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
ignore_phrs_not_in_lup_1L_lgl |
Ignore phrases not in lookup table (a logical vector of length one), Default: T |
Phrases (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.