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
pyHelp("abs")

PythonInR documentation built on May 2, 2019, 5:17 p.m.