Skip to content

duplicate 'row.names' are not allowed

3 messages · amor Gandhi, Gabor Grothendieck, Uwe Ligges

#
You are trying to create an illegal object, i.e. a
data.frame with duplicate row names so its
correctly signally the error.

Read the definition of data.frame in ?data.frame
On Tue, Apr 28, 2009 at 8:04 AM, amor Gandhi <amorigandhi at yahoo.de> wrote:
#
amor Gandhi wrote:
This message suggests that you have to choose unique row.names ... or 
assign those values as an additional column in your data.frame, if you 
need non unique values.

Uwe Ligges