Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for(i in 1:dim(Step10)[1]) {
  2. x <- agrep(Step10$Supplier.Name[i], Step9$SUPPLIER_NAME,
  3. ignore.case=TRUE, value=FALSE, fixed = TRUE,
  4. max.distance = 0.05, useBytes = FALSE)
  5. x <- paste0(x,"")
  6. Step10$Supplier_Name[i] <- x
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement