int8: Signed 8-bit integer vector

Description Usage Arguments Value

View source: R/int8.R

Description

Signed 8-bit integer vector

Usage

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

as_int8(x, ...)

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

## S3 method for class 'pkd_int8'
as_int8(x, ...)

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

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

new_pkd_int8(x)

Arguments

x

A raw() vector of bytes with each element representing an individual integer value.

...

Unused

Value

A pkd_vctr of class pkd_int8


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