I am looking for values in temp that match with values in temp1 . Code is working fine but there is no output on console. Can anyone help me with this ?
for(i in 1:nrow(useit)){
for(j in 1:nrow(useit)){
ifelse(useit$temp[2]==useit$temp1[3],"Yes","No")
}
}