search for: shapefiiles

Displaying 1 result from an estimated 1 matches for "shapefiiles".

Did you mean: shapefiles
2011 May 16
1
reading multiple .dbf files
Hello.. I am currently working on running random forest to make predictions. For that I have a bunch of .dbf files from shapefiiles. Earlier I was running random forest on those dbf files individually but now I have >1,000 such files and procesisng one by one is not an option. I started by trying to read multiple dbf files as: >setwd (..) >a=list.files() > for (x in a)(u=read.dbf(x)) but i get error Error in g...