rawToNum: Raw to Numeric vector

rawToNumR Documentation

Raw to Numeric vector

Description

Convert raw values to numeric.

Usage

  rawToNum(x, nBytes = 1)

Arguments

x

A raw vector to be converted

nBytes

The number of bytes to use

Value

A numeric value containing the bytes in x.

Author(s)

Joshua M. Ulrich

See Also

numToRaw

Examples

  # Will be left null padded
  (x <- numToRaw(421,4))
  rawToNum(x,2)
  rawToNum(x,4)

pack documentation built on June 10, 2025, 9:11 a.m.