seasonder_raw_to_int {SeaSondeR}R Documentation

Convert a Raw Vector to a 64-bit Integer

Description

This function converts a raw vector to a 64-bit integer, handling both signed and unsigned conversions.

Usage

seasonder_raw_to_int(r, signed = FALSE)

Arguments

r

A raw vector to be converted.

signed

Logical, indicating whether the conversion should consider the value as signed (default is FALSE for unsigned).

Value

A 64-bit integer representation of the raw vector.


[Package SeaSondeR version 0.2.8 Index]