Learn R Programming

PythonInR (version 0.1-12)

pyHelp: Convenience function to access the Python help system

Description

a convenience function to access the Python help system.

Usage

pyHelp(topic)

Arguments

topic

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

Value

Prints the help to the given string.

Examples

Run this code
# NOT RUN {
pyHelp("abs")
# }

Run the code above in your browser using DataLab