err_wrappers: Wrappers with Conjunction and " Brackets.

Description Usage Arguments Functions See Also Examples

Description

Wrappers with Conjunction and ” Brackets.

Usage

1
2
3
4
5
6
7
8
9
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

1
2
3
4
cc_and(1:100)
cc_or(100:1)
co_and(1:100)
co_or(100:1)

err documentation built on May 2, 2019, 3:07 p.m.