Compare two dataframes in R
问题 I have two dataframes in R and want to compare any entries of rows. I want two check if the value of the first entrie, second entrie etc. of first (any) row of the first dataframe is bigger as the entrie of the first entrie of the the first row of the second dataframe. Afterwards it should give me a TRUE if all entries are bigger and in the intervall (0,2). It looks like this. Dataframe 1 Letter 2011 2012 2013 A 2 3 5 B 6 6 6 C 5 4 8 Dataframe 2 Letter 2011 2012 2013 A 1 1 4 C 5 5 5 Result