operators: Additional operators

Description Usage Arguments

Description

Returns a logical vector indicating if there is not a match for its left operand.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
x %notin% y

x %+=% y

## Default S3 method:
x %+=% y

x %-=% y

## Default S3 method:
x %-=% y

x %*=% y

## Default S3 method:
x %*=% y

x %/=% y

## Default S3 method:
x %/=% y

x %+% y

## Default S3 method:
x %+% y

## S3 method for class 'character'
x %+% y

x %-% y

## S3 method for class 'character'
x %-% y

Arguments

x

The values to be matched.

y

The values to be matched against.


bgreenwell/bmisc documentation built on Sept. 24, 2019, 11:09 a.m.