> -----Original Message-----
>> How do I find and remove the two duplicate rows? 
> Try ?unique()

See also ?duplicated and consider the usage

d[ !duplicated(d), ]

where d is your data frame. But read the 'details' part of the help page 
closely...

S Ellison

*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to