uint8: Unsigned 8-bit integer vector

Description Usage Arguments Value

View source: R/uint8.R

Description

Unsigned 8-bit integer vector

Usage

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

as_uint8(x, ...)

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

## S3 method for class 'pkd_uint8'
as_uint8(x, ...)

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

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

new_pkd_uint8(x)

Arguments

x

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

...

Unused

Value

A pkd_vctr of class pkd_uint8


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