Ops.int64: Operators for the 'int64' class.

Description Usage Arguments See Also

View source: R/longint.R

Description

Operators for the int64 class: one of +, -, ==, !=, <, <=, > or >=.

Usage

1
2
3
4
5
6
7
8
e1 + e2
e1 - e2

## S3 method for class 'int64'
e1 + e2

## S3 method for class 'int64'
e1 - e2

Arguments

e1

int64 object, character vector or numeric vector (character and numeric values are converted by as.int64).

e2

int64 object, character vector or numeric vector (character and numeric values are converted by as.int64).

See Also

int64


collectivemedia/csvread documentation built on May 13, 2019, 9:54 p.m.