add_uncountable_rule: Make a word "uncountable"

View source: R/rules.R

add_uncountable_ruleR Documentation

Make a word "uncountable"

Description

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

Usage

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

add_uncountable_rule("paper")
pluralize("paper")

hrbrmstr/pluralize documentation built on Feb. 24, 2023, 8:08 p.m.