py_doc: Use built-in 'pydoc' to get the Python HTML manual page for a...

Description Usage Arguments Examples

View source: R/py-doc.R

Description

You pass in the object itself, not a character string.

Usage

1
py_doc(obj)

Arguments

obj

the unquoted Python object

Examples

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

mailbox = import("mailbox")
py_doc(mailbox)

## End(Not run)

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