R/pluralize-package.R

#' Pluralize and Singularize Any Word
#'
#' Tools are provided to create plural, singular and regular forms of
#' English words along with tools to augment the built-in rules to fit
#' specializied needs. Core functionality is based on a JavaScript library,
#' <https://github.com/blakeembrey/pluralize>, by Blake Embrey.
#'
#' @name pluralize-package
#' @docType package
#' @author Bob Rudis (@@hrbrmstr)
#' @keywords internal
#' @import V8
NULL

Try the pluralize package in your browser

Any scripts or data that you put into this service are public.

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