Skip to content
Back to formatted view

Raw Message

Message-ID: <8E488285-33C6-4719-9C64-F46C6D36DF78@comcast.net>
Date: 2013-02-20T20:03:56Z
From: David Winsemius
Subject: duplicate 'row.names' are not allowed
In-Reply-To: <CAGb7qXyFOYxWmjmqyMO4Z7Wg4caZ66xU_wGt5FikdvRK5d0jOQ@mail.gmail.com>

On Feb 20, 2013, at 10:14 AM, Joanna Papakonstantinou wrote:

> I am getting an error when trying to import tab delimited .txt file saved
> from Excel.
> I have read what is posted on the forums but still am confused.
> 
> I saved my Excel file (DataTestforR.xlsx) as a tab delimited txt file
> (DataTestR.txt) on my Desktop.
> In the RGUI, I tried to import the txt file and got an error
> 
>> myfile<-"C:\\Users\\jpapa\\Desktop\\DataTestR.txt"
>> mydf<-read.delim(myfile, header=TRUE,sep=" ", dec=".")
> Error in read.table(file = file, header = header, sep = sep, quote =
> quote,  :
>  duplicate 'row.names' are not allowed
> 
> The first row of my file has column names and the first column of my file
> has unique identifing names (not duplicated):
> Cu Sa Na Ci Se NM NPI IPI Seg
> 0090.00 15.48 1 SOM S L TX 0 0.2 0.2 7-Very

I count 11 data columns and nine column names.

-- 
Alameda, CA, USA