add_indef_artl_to_item | R Documentation |
add_indef_artl_to_item() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add indefinite article to item. The function returns Indefinite item (a character vector).
add_indef_artl_to_item(
phrase_chr,
abbreviations_lup,
ignore_phrs_not_in_lup_1L_lgl = T
)
phrase_chr |
Phrase (a character vector) |
abbreviations_lup |
Abbreviations (a lookup table) |
ignore_phrs_not_in_lup_1L_lgl |
Ignore phrases not in lookup table (a logical vector of length one), Default: T |
Indefinite item (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.