Questions tagged [r-s4]

One of the methods of object oriented programming in the R language.

647 questions
-5
votes
3 answers

Proof if S4 objects are identical

I have two lists that contain S4 objects. Now I want to ask if an element of list_1 contains an element of list_2, like I do in the following example for lists of character…
Klaus
  • 1,946
  • 3
  • 19
  • 34
1 2 3
…
43
44