Description Usage Arguments See Also
Operators for the int64
class: one of
+
, -
, ==
, !=
, <
, <=
, >
or >=
.
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
|
e1 |
int64 object, character vector or numeric vector
(character and numeric values are converted by |
e2 |
int64 object, character vector or numeric vector
(character and numeric values are converted by |
int64
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.