rpygeo_help: Get help file for ArcPy function

Description Usage Arguments Author(s) Examples

View source: R/rpygeo_reticulate.R

Description

This function opens the help file for ArcPy function in viewer panel or if not available in the browser.

Usage

1
rpygeo_help(arcpy_function)

Arguments

arcpy_function

ArcPy module with function or class

Author(s)

Marc Becker

Examples

1
2
3
4
5
6
7
8
## 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)

fapola/RPyGeo documentation built on April 11, 2020, 3:09 p.m.