I have been using previous questions asked in this forum to answer my question but I keep having error messages.
Very simple scenario but I am new to R and cannot manage to understand why I have all those error messages.
I have three different dataframes df1, df2, df3, each with only one column (and about 200 rows). I only want to identify which values are common to the three dataframes.
I have already tried the inner_join function of dplyr but I keep having error messages about 'by' being required... but even with the R help, cannot figure what it means and how to change it.
I have found a similar query in this forum but nothing I try works.
Thanks for your help !