int64: Signed 64-bit integer vector

Description Usage Arguments Value

View source: R/int64.R

Description

Signed 64-bit integer vector

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
int64(x = raw(), endian = pkd_system_endian())

as_int64(x, ...)

## Default S3 method:
as_int64(x, ...)

## S3 method for class 'pkd_int64'
as_int64(x, ...)

## S3 method for class 'integer'
as_int64(x, ...)

## S3 method for class 'numeric'
as_int64(x, ...)

new_pkd_int64(x)

Arguments

x

A raw() vector of bytes with every eight elements representing an individual signed integer value.

endian

0 for the most significant byte first (big endian), 1 for the least significant byte first (little endian).

...

Unused

Value

A pkd_vctr of class pkd_int64


paleolimbot/pkd documentation built on Sept. 25, 2020, 12:58 a.m.