Description Usage Arguments Value
add_plurals_to_abbr_lup() is an Add function that updates an object by adding data to that object. Specifically, this function implements an algorithm to add plurals to abbreviation lookup table. Function argument abbr_tb specifies the object to be updated. The function returns Abbreviation (a tibble).
1 2 3 4 5 | add_plurals_to_abbr_lup(
abbr_tb,
no_plural_chr = NA_character_,
custom_plural_ls = NULL
)
|
abbr_tb |
Abbreviation (a tibble) |
no_plural_chr |
No plural (a character vector), Default: 'NA' |
custom_plural_ls |
Custom plural (a list), Default: NULL |
Abbreviation (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.