pluralize: Pluralize pluralize a string with either the default 's'...

Description Usage Arguments Author(s)

Description

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

Usage

1
2
  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

Author(s)

Barret Schloerke


hadley/helpr documentation built on May 17, 2019, 10:41 a.m.