py_del_item | R Documentation |
Delete an item associated with a Python object, as
through its __delitem__
method.
py_del_item(x, name)
x |
A Python object. |
name |
The item name. |
The (mutated) object x
, invisibly.
Other item-related APIs:
py_get_item()
,
py_set_item()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.