py_del_item: Delete / remove an item from a Python object

Description Usage Arguments Value See Also

View source: R/python.R

Description

Delete an item associated with a Python object, as through its __delitem__ method.

Usage

1

Arguments

x

A Python object.

name

The item name.

Value

The (mutated) object x, invisibly.

See Also

Other item-related APIs: py_get_item, py_set_item


Mormukut11/R-interface-to-Python documentation built on May 21, 2019, 9:36 a.m.