Provides methods for calling the R statistics program.
| Module: | GeoEco.R |
| Intended use: | All methods are recommended for external callers |
| COM: | Exposed as COM class GeoEco.R |
| ArcGIS: | Some methods are exposed as ArcGIS geoprocessing tools |
| Evaluate( | statements[, clearGlobalEnv[, tables[, dataFrameNamesForTables[, xColumnName[, yColumnName[, zColumnName[, mColumnName[, stringsAsFactors[, variableNames[, variableValues[, timeZone]]]]]]]]]]]) |
| EvaluateFile( | path[, clearGlobalEnv[, tables[, dataFrameNamesForTables[, xColumnName[, yColumnName[, zColumnName[, mColumnName[, stringsAsFactors[, variableNames[, variableValues[, timeZone]]]]]]]]]]]) |
| GetInterpreter( | ) |
| GetUniqueVariableName( | ) |
| LoadDataFrameFromArcGISTable( | table, dataFrameName[, where[, fields[, xColumnName[, yColumnName[, zColumnName[, mColumnName[, stringsAsFactors[, timeZone]]]]]]]]) |
| LoadDataFrameFromTable( | connection, table, dataFrameName, fields[, stringsAsFactors[, timeZone[, where[, orderBy[, directions]]]]]) |
This module is primarily intended to expose R functionality to ArcGIS users, and to provide utility classes and methods to be used internally by the GeoEco Python package. We recommend that Python programmers use the rpy package, rather than using our module. We recommend that programmers of other languages consider other libraries and components that provide a more-complete exposure of R's functionality. For example, Windows users should consider the "R (D)COM connector".