Re: [R] to remove columns and rows

2012-08-15 Thread arun
t;#5  0  0  2 >#6  1  1  0 >A.K. > > > > >- Original Message - >From: Fabiane Silva >To: r-help@r-project.org >Cc: >Sent: Tuesday, August 14, 2012 9:24 PM >Subject: [R] to remove columns and rows > >Dear, > > > >I am using R I'm trying

Re: [R] to remove columns and rows

2012-08-14 Thread David L Carlson
ject.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Fabiane Silva > Sent: Tuesday, August 14, 2012 8:24 PM > To: r-help@r-project.org > Subject: [R] to remove columns and rows > > Dear, > > > > I am using R I'm trying to identify and remove columns

[R] to remove columns and rows

2012-08-14 Thread Fabiane Silva
Dear, I am using R I'm trying to identify and remove columns and rows in a data frame that are has elements equals. For example in dataframe below. The columns 1, 2,3,4,5 ,6 and 10 (file1) has elements equal then should be removed. How can I ask R to remove those columns with same elements in ne