lgl8: Byte logical vector

Description Usage Arguments Value

View source: R/lgl8.R

Description

Byte logical vector

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
lgl8(x = raw())

as_lgl8(x, ...)

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

## S3 method for class 'pkd_lgl8'
as_lgl8(x, ...)

## S3 method for class 'logical'
as_lgl8(x, ...)

new_pkd_lgl8(x)

Arguments

x

A raw() vector of bytes with each element representing an individual logical value. Values of 0x00 are considered FALSE; all other values are considered TRUE.

...

Unused

Value

A pkd_vctr of class pkd_lgl8


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