Hi Rcommunity
got another problem, have 2 df:
sample id:
structure(list(ID = c(595119208, 595174634, 210018628, 355597680
)), class = "data.frame", row.names = c(NA, -4L))
i want to see if the sample ID (from the first df exist in bogaa df, and if it does it should return a 1 in the "dboga$bogarule" else 0. and it should return the name of the main lead in "boga$meanlead" elso na.
thx!