rpygeo_help {RPyGeo} | R Documentation |
Get help file for ArcPy function
Description
This function opens the help file for ArcPy function in viewer panel or if not available in the browser.
Usage
rpygeo_help(arcpy_function)
Arguments
arcpy_function |
ArcPy module with function or class |
Author(s)
Marc Becker
Examples
## Not run:
# Load the ArcPy module and build environment
arcpy <- arcpy_build_env(overwrite = TRUE, workspace = tempdir())
# Open help file
rpygeo_help(arcpy$Slope_3d)
## End(Not run)
[Package RPyGeo version 1.0.0 Index]