Compound: Build a custom compound operator.

Description Usage Arguments Value

Description

Build a custom compound operator.

Usage

1
2
3
4
5
6
7
compound(sep, prefix = TRUE, group = TRUE, max_length = Inf)

or(...)

and(...)

not(...)

Arguments

sep

Character(1) operator name.

prefix

Logical(1) should operator be at beginning?

group

Logical(1) should the parts be wrapped in parens?

max_length

Integer(1) maximum number of named arguments.

Value

Function -> Character


wdkrnls/gnufind documentation built on Nov. 19, 2019, 6:05 a.m.