Re: [R] find a row identical to another

2012-02-08 Thread Petr Savicky
On Wed, Feb 08, 2012 at 03:36:45PM +0100, Francisco wrote: > Hello, > I have a dataset with many rows, starting from a row that I choose I > would like to find the other rows in the dataset which are identical to > this row (with the same values per each column) and assign them to a > variable.

[R] find a row identical to another

2012-02-08 Thread Francisco
Hello, I have a dataset with many rows, starting from a row that I choose I would like to find the other rows in the dataset which are identical to this row (with the same values per each column) and assign them to a variable. How could I do? Thank you ___