Displaying 1 result from an estimated 1 matches for "r_output_rcmd".
2011 Aug 23
1
Passing parameters
...S_RCMD = '"' + wd_base + '"' # add the string quotes
indata = arcpy.GetParameterAsText(1) # polygon input file
indata_RCMD = '"' + data_input + '"' # add the string quotes
R_output = arcpy.GetParameterAsText(2) # polygon input file
R_output_RCMD = '"' + data_input + '"' # add the string quotes
########## Get R Tool Directory and Tool Name ##########
pyScript = SYS.argv[0] # Get the path for the Python Script
toolDir = OS.path.dirname(pyScript) # Get the directory tree for the
Python Script
rSc...