I am new to programming and doing some basic analysis in R Environment
I have two data tables 1) DT1 with one column and 500 rows, containing list of countries 2) DT2 with 5 columns X 10000 rows, and in 1 column i have a text
Problem: I want to search in DT2$Text column if any country name appears from DT1. Can someone let me some piece of code for this such that the DT1 countries are searched in DT2$Text column for whole of DT2?
Thanks all in advance.