You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's going on here? And/or if this is an api, not a package problem, could something like the function I wrote above be a good workaround fail condition?
Here it is without dplyr - and, again, this would only happen if a 206 error was thrown, and I'm guessing a more graceful failure condition (if there are no records) could be added - although if it's a 206, there should be some records.
Hello, I tried to make a loop for downloading species data. However, I found the same problem. I do not understand why is this happening? Is there a way to solve this problem?
Hello! Loving this package, as taxize doesn't get synonyms from WORMS that I can tell.
But - I'm running into a funny problem.
wm_name2id
will often return a 206 error.This is odd, as I whipped up a function to do an endrun around the problem, and it works fine
What's going on here? And/or if this is an api, not a package problem, could something like the function I wrote above be a good workaround fail condition?
Here it is without
dplyr
- and, again, this would only happen if a 206 error was thrown, and I'm guessing a more graceful failure condition (if there are no records) could be added - although if it's a 206, there should be some records.The text was updated successfully, but these errors were encountered: