I am looking for a way to get unmatched data in dataset1, (which does not exist in dataset2). I would like to see the data that are not in the data made by inner_join code, but only in dataset1. anti_join coding seems that I can only scoop the data in both of the datasets. Is there any way to filter the data only in dataset1?
question from:https://stackoverflow.com/questions/65617450/subset-unmatched-data-exist-in-dataset-1-but-not-dataset-2