GetUniqueVariableName Method

Returns a unique name that does not currently exist as a global variable in the R interpreter. The returned name is suitable for use as a temporary variable.

Class:R
Intended use:Recommended for external callers
COM:Exposed as the GetUniqueVariableName method of COM class GeoEco.R
ArcGIS:Not exposed as an ArcGIS geoprocessing tool
Method type:Classmethod

Usage

name = R.GetUniqueVariableName()

Returns

name
Python type:unicode
Minimum length:1

Unique name that does not currently exist as a global variable in the R interpreter.