pyHelp ====== a convenience function to access the Python *help* system. Usage ----- .. code-block:: R pyHelp(topic) Arguments --------- .. raw:: html
topic   a string specifying name or topic for which help is sought.
Examples -------- .. code-block:: R pyHelp("abs")