I have a dataset in a txt file that has thousands of lines, each row containing 6 entries:
27.952555 4.023447 61.275883 -0.305102 -0.869921 -1.222882
27.952555 4.617039 60.936607 -0.296737 -0.369152 -1.435724
Is there a way I can check if there are any identical rows in R, such as if I came across this line below?
27.952555 4.023447 61.275883 -0.305102 -0.869921 -1.222882
27.952555 4.617039 60.936607 -0.296737 -0.369152 -1.435724...
27.952555 4.023447 61.275883 -0.305102 -0.869921 -1.222882
How to display this duplicate? `