Is there a R loop function to compare columns in two csv files and categorise the data?

Viewed 39

I am very new to R. I am trying to assign shoe size corresponding to foot size. EU shoe size chart given in one CSV (c1$EU size, c2$foot length) and random foot size given in 2nd CSV (c4$foot size).

I have been trying to use the "loop" function. but really not sure where to start after defining the working directory and loading the CSV files.

Can anyone please guide/prompt me in the right direction? Thank you.

0 Answers
Related