View source: R/tcc_ptr_utils.R
| tcc_ptr_set | R Documentation |
Assigns the address in ptr_value to the location pointed to by ptr_ref.
tcc_ptr_set(ptr_ref, ptr_value)
ptr_ref |
External pointer to a pointer value (e.g., address of a field). |
ptr_value |
External pointer to store. |
The updated pointer reference (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.