err_wrappers {err}R Documentation

Wrappers with Conjunction and ” Brackets.

Description

Wrappers with Conjunction and ” Brackets.

Usage

cc_and(object)

cc_or(object)

co_and(object, one = "%o has %n value%s: %c",
  object_name = substitute(object))

co_or(object, one = "%o has %n value%s: %c",
  object_name = substitute(object))

Arguments

object

The object with values to concatenate.

one

The string to return if n = 1

object_name

A string of the object name.

Functions

See Also

cc and co

Examples

cc_and(1:100)
cc_or(100:1)
co_and(1:100)
co_or(100:1)

[Package err version 0.2.0 Index]