Concatenating integer64 vectors
The ususal functions 'c', 'cbind' and 'rbind'
## S3 method for class 'integer64' c(..., recursive = FALSE) ## S3 method for class 'integer64' cbind(...) ## S3 method for class 'integer64' rbind(...)
... |
two or more arguments coerced to 'integer64' and passed to |
recursive |
logical. If |
R currently only dispatches generic 'c' to method 'c.integer64' if the first argument is 'integer64'
Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com>
c(as.integer64(1), 2:6) cbind(1:6, as.integer(1:6)) rbind(1:6, as.integer(1:6))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.