helpr (version 0.2.0)

pluralize: Pluralize pluralize a string with either the default 's' according to the boolean statement

Description

Pluralize pluralize a string with either the default 's' according to the boolean statement

Usage

pluralize(string, obj, plural = str_c(string, "s"), bool_statement = NROW(obj))

Arguments

string
string to be pluralized
obj
object to look at
plural
plural string
bool_statement
boolean to use to determine which string to use