Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rep.integer64

Replicate elements of integer64 vectors


Description

Replicate elements of integer64 vectors

Usage

## S3 method for class 'integer64'
rep(x, ...)

Arguments

x

a vector of 'integer64' to be replicated

...

further arguments passed to NextMethod

Value

rep returns a integer64 vector

Author(s)

Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com>

See Also

Examples

rep(as.integer64(1:2), 6)
  rep(as.integer64(1:2), c(6,6))
  rep(as.integer64(1:2), length.out=6)

bit64

A S3 Class for Vectors of 64bit Integers

v4.0.5
GPL-2 | GPL-3
Authors
Jens Oehlschlägel [aut, cre], Leonardo Silvestri [ctb]
Initial release
2020-08-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.