Description Usage Arguments See Also
Retrieve an item from a Python object, similar to how
x[name]
might be used in Python code to access an
item indexed by key
on an object x
. The object's
__getitem__
method will be called.
1 | py_get_item(x, key, silent = FALSE)
|
x |
A Python object. |
key |
The key used for item lookup. |
silent |
Boolean; when |
Other item-related APIs: py_del_item
,
py_set_item
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.