py_id | R Documentation |
Get a globally unique identifier for a Python object.
py_id(object)
object |
Python object |
Unique identifer (as string) or NULL
In the current implementation of CPython this is the memory address of the object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.