arcpy_version: Get Arcpy Version

View source: R/install.r

arcpy_versionR 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 conda executable. Use "auto" to allow reticulate to automatically find an appropriate conda binary. See Finding Conda and conda_binary() for more details.

channel

An optional character vector of conda channels to include. When specified, the forge argument is ignored. If you need to specify multiple channels, including the conda forge, you can use ⁠c("conda-forge", <other channels>)⁠.

forge

Boolean; include the conda-forge repository?

Value

A named list providing version numbers of arcpy and Python.


mkoohafkan/arcpy documentation built on Feb. 5, 2024, 9:55 a.m.