pyHelp: Convenience function to access the Python *help* system

Description Usage Arguments Value Examples

View source: R/Basics.R

Description

a convenience function to access the Python help system.

Usage

1
pyHelp(topic)

Arguments

topic

a string specifying name or topic for which help is sought.

Value

Prints the help to the given string.

Examples

1
2
3
4
## Not run: 
pyHelp("abs")

## End(Not run)

PythonInR documentation built on July 1, 2020, 6:05 p.m.