View source: R/tcc_ptr_utils.R
| tcc_read_u8 | R Documentation |
Read unsigned 8-bit values from a pointer
tcc_read_u8(ptr, n = NULL, offset = 0L)
ptr |
External pointer |
n |
Number of values to read (legacy vectorised interface).
If provided, reads |
offset |
Byte offset from |
Integer scalar (offset form) or integer vector (n form).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.