add_uncountable_rule: Make a word "uncountable"

Description Usage Arguments Value Examples

View source: R/rules.R

Description

Sometimes you don't want to turn "paper" into "papers". You can use this function to make a word "uncountable".

Usage

1
add_uncountable_rule(uncountable_word)

Arguments

uncountable_word

the word that's, well, uncountable

Value

nothing (function produces a side effect of modifying in-memory internal package envrionment)

Examples

1
2
add_uncountable_rule("paper")
pluralize("paper")

pluralize documentation built on July 8, 2020, 7:35 p.m.