Zachary Foster
Zachary Foster
Thanks for the info! This was caused by the rank "gigaclass" not being in the rank reference used to determine the relative order of taxonomic ranks from names. I have...
Yea, `rows` will allow you to select which result before the query. For example: ```r classification('Asterina', db = 'ncbi') classification('Asterina', db = 'ncbi', rows = 1) ``` Although, you might...
@salix-d Good observation. I will try to look into making that an option for `taxize::classification`
It looks like the website is down. I get the same error going to https://resolver.globalnames.org/
@sckott, I just noticed you asked fo thoughts on this. I tried running `get_tsn("Poa")` and `get_tsn('Poa', ask=TRUE, rows = NA)`, but just got back a single result. Did something change...
Oh yea, I forgot to share thoughts. I think its a good idea if it does not take too much work to implement. Is it common for there to be...
@sckott Ok, I understand now. Thanks for the explanation. I think its worth a try. I dont know if you meant "recursively" literally, but a `while (nrow(tsn_df) > 1) {...}`...
That error (if it occurs only occasionally) looks like it is an issue with the ITIS server that we are unlikely to be able to address on our side. I...
This is due to some odd behavior of the dependency package `crul` on Windows. See: https://github.com/ropensci/taxize/issues/888 I hope to have a fix for this released to CRAN in the next...
I will have to take a look and perhaps learn more about APIs in general, but I would like to keep this functionality in taxize.