I have two data.frame objects 'x' and 'ans1', there are 500 columns in 'x' and 7 in 'ans1' How can I find names of columns from 'x', which are equal to columns from 'ans1'?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
With
See |
|||||||
|
|
It would be possible to use
This indicates that the data in the column To obtain the matches only,
Again, the data in column |
|||
|
|
|
How about this:
|
||||
|
|