I have been using the match_taxa function in obistools and was working properly so far, but in the last few days I get this error with the same dataset that I used before and worked.
Error: (204) No Content - AphiaRecordsByMatchNames
This is my code
library("obistools")
names <- (data_merged$scientificName)
match_taxa(names)
Could this be related to WoRMS non-binomials issue ropensci/worrms#25? could you help me, please?
I have been using the match_taxa function in obistools and was working properly so far, but in the last few days I get this error with the same dataset that I used before and worked.
Error: (204) No Content - AphiaRecordsByMatchNames
This is my code
library("obistools")
names <- (data_merged$scientificName)
match_taxa(names)
Could this be related to WoRMS non-binomials issue ropensci/worrms#25? could you help me, please?