Fuzzy inner join #1108
sr320
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TIL
too lazy (did not know how) to change
XP_030832723.1
toXP_030832723
such that I could do a join via dplyr I was able to``
betterspur <- spur %>% fuzzy_inner_join(ncbiP, by = "V2", match_fun = str_detect)
Beta Was this translation helpful? Give feedback.
All reactions