Skip to contents

Simple helper for pluralizing words

Usage

plural_words(
  words,
  n = 1,
  suffix = "s",
  before = "",
  after = "",
  replacement = NULL
)