Skip to contents

64-bit integer vectors

Usage

as_narrow_int64(x, ...)

Arguments

x

An object to convert to a large integer vector

...

Passed to S3 Methods

Value

An object of class "narrow_int64"

Examples

as_narrow_int64(1:5)
#> <narrow_int64[5]>
#> [1] 1 2 3 4 5