add_plurals_to_abbr_lup: Add plurals to abbreviation

Description Usage Arguments Value

Description

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).

Usage

1
2
3
4
5
add_plurals_to_abbr_lup(
  abbr_tb,
  no_plural_chr = NA_character_,
  custom_plural_ls = NULL
)

Arguments

abbr_tb

Abbreviation (a tibble)

no_plural_chr

No plural (a character vector), Default: 'NA'

custom_plural_ls

Custom plural (a list), Default: NULL

Value

Abbreviation (a tibble)


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.