Learn R Programming

pluralize (version 0.2.0)

add_uncountable_rule: 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

Run this code
# NOT RUN {
add_uncountable_rule("paper")
pluralize("paper")
# }

Run the code above in your browser using DataLab