Skip to content

R-help Digest, Vol 121, Issue 5

3 messages · Law, Jason, Kerry, Robert Baer

#
On R 2.15.2 and ArcGIS 9.3.1, it works for me in ArcCatalog but you have to follow the particulars here:

http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Accessing_delimited_text_file_data

For example:

write.table(test, '***.tab', sep = '\t', row.names = F)

The extension .tab and sep = '\t' are required for text files.  Didn't test row.names=T but I wouldn't count on that working either.

Jason Law
Statistician
City of Portland, Bureau of Environmental Services
Water Pollution Control Laboratory
6543 N Burlington Avenue
Portland, OR 97203-5452
503-823-1038
jason.law at portlandoregon.gov

-----Original Message-----
Date: Mon, 04 Mar 2013 10:48:39 -0500
From: Duncan Murdoch <murdoch.duncan at gmail.com>
To: Kerry <kernicholson at yahoo.com>
Cc: "r-help at r-project.org" <r-help at r-project.org>
Subject: Re: [R] Mysterious issues with reading text files from R in
	ArcGIS and Excel
Message-ID: <5134C257.6020000 at gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 04/03/2013 10:09 AM, Kerry wrote:
I think you need to provide a simple example for us to try, either by 
putting a small example of one of your files online for us to download, 
or (better) by giving us self-contained code to duplicate the problem.

You might also get better help (especially about ArcGIS) on the 
R-sig-Geo mailing list: <https://stat.ethz.ch/mailman/listinfo/r-sig-geo>.

Duncan Murdoch
20 days later