Skip to content
Prev 305037 / 398506 Next

Problem with duplicates in row.names

On Fri, Sep 7, 2012 at 11:04 AM, STADLER Frederic
<frederic.stadler at unifr.ch> wrote:
You might consider using make.unique():

row.names (a) <- make.unique(a$Name)

HTH

James