I have no clue how to do this in R
I have an excel table with numbers from 0 to 9999. Each is characterised by a tex (eg. 110 -sleep).
Know I created a second excel table that consists SOME of the numbers from excel table 1.
I would like to create table 3 that match the name of the numbers from excel table 1 with excel table 2.
example
Table 1.csv
0 Other personal care
110 Sleep
111 Sleep in bed
Table 2.csv
0
111
Output
Table 3.csv
0 Other personal care
111 Sleep in bed