int64: 64 bit integers

vec_ptype_full.integer64R Documentation

64 bit integers

Description

A integer64 is a 64 bits integer vector, implemented in the bit64 package.

Usage

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

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

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

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

Details

These functions help the integer64 class from bit64 in to the vctrs type system by providing coercion functions and casting functions.


vctrs documentation built on Oct. 13, 2023, 1:05 a.m.