View source: R/tcc_ptr_utils.R
| tcc_ptr_is_owned | R Documentation |
"rtinycc_owned" tagReturns TRUE only for pointers created by tcc_malloc() or
tcc_cstring(). Struct pointers (tagged "struct_<name>") and
borrowed pointers return FALSE.
tcc_ptr_is_owned(ptr)
ptr |
External pointer |
Logical scalar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.