View source: R/tcc_ptr_utils.R
| tcc_ptr_addr | R Documentation |
Get the numeric address of an external pointer, useful for debugging and when APIs require pointer addresses as integers. Optional hex mode available.
tcc_ptr_addr(ptr, hex = FALSE)
ptr |
External pointer |
hex |
Whether to display in hexadecimal (default: FALSE) |
Character representation of pointer address (hex if requested, decimal otherwise)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.