seasonder_raw_to_int | R Documentation |
This function converts a raw vector to a 64-bit integer, handling both signed and unsigned conversions.
seasonder_raw_to_int(r, signed = FALSE)
r |
A raw vector to be converted. |
signed |
Logical, indicating whether the conversion should consider the value as signed (default is FALSE for unsigned). |
A 64-bit integer representation of the raw vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.