I have one dataset with SampleID values (amongst other variables). I have another dataset that records the Samples that have been catalogued. I need to determine which Sample ID values are missing from the second dataframe. Stuck on how to do this.
Missing <- generics::setdiff(df1, df2)
Tried this, didnt work.
New contributor
mistletoestars is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.