relations-methods: equals relation operator

Description Usage Arguments

Description

equals relation operator

greater-than relation operator

less-than relation operator

less-or-equal relation operator

greater-or-equal relation operator

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S4 method for signature 'Dataset,numeric'
e1 == e2

## S4 method for signature 'Dataset,numeric'
e1 > e2

## S4 method for signature 'Dataset,numeric'
e1 < e2

## S4 method for signature 'Dataset,numeric'
e1 <= e2

## S4 method for signature 'Dataset,numeric'
e1 >= e2

Arguments

e1

Dataset

e2

numeric


giupo/rdataset documentation built on May 17, 2021, 9:27 p.m.