op.type: Get the operator type used in an call, formula, expression,...

Description Usage Arguments Value See Also

Description

Get the operator type used in an call, formula, expression, etc.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
op.type(x)

## S4 method for signature 'call'
op.type(x)

## S4 method for signature 'formula'
op.type(x)



## S4 method for signature 'ANY'
op.type(x)

## S4 method for signature 'expression'
op.type(x)

## S4 method for signature 'list'
op.type(x)

Arguments

x

object from which to extract the operator type

Value

a character vector of the operator type(s)

See Also

op, operator.type


decisionpatterns/formula.tools documentation built on May 15, 2019, 1:56 a.m.