psytr: Compactly Display the Structure of a Python object

Description Usage Arguments Examples

View source: R/small-helpers.R

Description

Runs utils::str() on the object dictionary

Usage

1
psytr(obj, ...)

Arguments

obj

the python object

...

passed to utils::str()

Examples

1
2
3
4
5
6
7
## Not run: 
library(reticulate)

mailbox = import("mailbox")
pystr(mailbox)

## End(Not run)

hrbrmstr/sanipy documentation built on May 20, 2019, 11:58 a.m.