arcpy_version {arcpy} | R Documentation |
Get Arcpy Version
Description
Verify the supplied arcpy module version and identify the required Python version.
Usage
arcpy_version(version, conda = "auto", channel = "esri", forge = TRUE)
Arguments
version |
The arcpy module version. |
conda |
The path to a |
channel |
An optional character vector of conda channels to include.
When specified, the |
forge |
Boolean; include the conda-forge repository? |
Value
A named list providing version numbers of arcpy and Python.
[Package arcpy version 0.4-0 Index]