Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

gmp (version 0.5-13.6)

Bigq: Relational Operators

Description

Binary operators which allow the comparison of values in atomic vectors.

Usage

# S3 method for bigq
sign(x)

# S3 method for bigq <(e1, e2) # S3 method for bigq <=(e1, e2) # S3 method for bigq ==(e1, e2) # S3 method for bigq >=(e1, e2) # S3 method for bigq >(e1, e2) # S3 method for bigq !=(e1, e2)

Arguments

x, e1, e2

Object or vector of class bigq

Examples

Run this code
# NOT RUN {
  x <- as.bigq(8000,21)
  x  < 2 * x
  
# }

Run the code above in your browser using DataLab