I have the following code, but i get the message;
argument 'pattern' has length > 1 and only the first element will be used.
how do i write a function so that test_master_raw2$match_work
will be applied to each row of the data frame?
test_master_raw2$match_work <- agrep(test_master_raw2$file_name4,meta2$file_name4, ignore.case = TRUE,value = TRUE,max.distance = .01)