| tcc_cstring_object | R Documentation |
Wrapper around a C string pointer with an optional cached R copy. Ownership follows the underlying external pointer; this wrapper does not add finalizer or freeing behavior on top of that pointer.
tcc_cstring_object(ptr, clone = TRUE, owned = FALSE)
ptr |
External pointer to C string |
clone |
Whether to clone the string immediately (safe for R use) |
owned |
Currently unused. Reserved for future finalizer support. |
A tcc_cstring object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.