Re: [R] Mysterious issues with reading text files from R in ArcGIS and Excel

2013-03-05 Thread Michael Sumner
ggestion and try R-Geo? > > ~K > > > > > From: Jeff Newmiller > > > Murdoch > > Cc: "r-help@r-project.org " > > > Sent: Monday, March 4, 2013 6:29 PM > Subject: Re: [R] Mysterious issues with reading text files from R in > ArcGIS and Excel > >

Re: [R] Mysterious issues with reading text files from R in ArcGIS and Excel

2013-03-05 Thread Kerry
tinue this discussion here.  I will take Duncan's suggestion and try R-Geo?   ~K From: Jeff Newmiller Murdoch Cc: "r-help@r-project.org" Sent: Monday, March 4, 2013 6:29 PM Subject: Re: [R] Mysterious issues with reading text files from R i

Re: [R] Mysterious issues with reading text files from R in ArcGIS and Excel

2013-03-04 Thread Jeff Newmiller
Your description of diagnosis uses non-R software (off topic here). Please either describe the difference in the files (you may need a hex editor or the hexbin package to detect the differences) or supply the files that behave differently (this may require some alternate route than this mailing

Re: [R] Mysterious issues with reading text files from R in ArcGIS and Excel

2013-03-04 Thread Duncan Murdoch
On 04/03/2013 11:15 AM, Kerry wrote: I realize my command code is not writing a CSV file, I already pointed out that CSV file seems to work OK but not in the TXT format. Sorry. In that case, I think you really do have to go to R-sig-Geo to find someone who knows about ArcGIS. Duncan Murdoch

Re: [R] Mysterious issues with reading text files from R in ArcGIS and Excel

2013-03-04 Thread Kerry
I realize my command code is not writing a CSV file, I already pointed out that CSV file seems to work OK but not in the TXT format.  Regardless of that, there should be no problems in ArcGIS in reading the date column - in ArcGIS it will simply recognize it as a text field by default.  As I sai

Re: [R] Mysterious issues with reading text files from R in ArcGIS and Excel

2013-03-04 Thread Duncan Murdoch
;D:/MooseEncounters/locations/Individual/test.txt") That's not a CSV file, it is being written with a blank as separator. Since it also has blanks in the formatted POSIXct column, you're very likely to run into problems reading it. Use write.csv(test, "test.csv") and

Re: [R] Mysterious issues with reading text files from R in ArcGIS and Excel

2013-03-04 Thread Kerry
57.102921923195, 660.356911071581,      620.139702002702, 378.186792471657), R1dmean = c(2498.29727014221,      657.102921923195, 660.356911071581, 620.139702002702, 378.186792471657     ), R1error = c(FALSE, FALSE, FALSE, FALSE, FALSE), R2error = c(FALSE,      FALSE, FALSE, FALSE, FALSE)), .Names = c(

Re: [R] Mysterious issues with reading text files from R in ArcGIS and Excel

2013-03-04 Thread Duncan Murdoch
On 04/03/2013 10:09 AM, Kerry wrote: It seems within the last ~3 months Ive been having issues with writing text or csv files from a R data frame. The problem is multifold and it is hard to filter out what is going on and where the problem is. So, Im hoping someone else has come across this