1 post
0
2
1801
You could solve this problem by using the function which to find the positions of the Ids (A and Ins) of the data_2 table that do not repeat in data_1. posicao <- which(!(dados_2$Ins %in%…