Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taxize had controversy outputs #917

Open
karolazvdo opened this issue Aug 28, 2023 · 0 comments
Open

taxize had controversy outputs #917

karolazvdo opened this issue Aug 28, 2023 · 0 comments

Comments

@karolazvdo
Copy link

Session Info

I'm trying to get some aspects of the taxa classification (e.g. the class or family name) from a list of species, but when I run the function "tax_name" some species get an empty result. However, when I run the function "gnr_resolve" to the same species with the previous empty result, the package returns all matched names from different data source.

How the package could had an answer from one function, but does not have from another?

As an example, I was trying to check for the "Bufo margaritifer" specie. Which does not have the answer from tax_name function, but had at least 19 matched names from different data sources into gnr_resolve function.

example <- c("Bufo margaritifer", "Adenomera saci", "Hyla minuta")

tax_name(example, get = "class")

db query class
1 itis Bufo margaritifer NA
2 itis Adenomera saci Amphibia
3 itis Hyla minuta NA

gnr_resolve(example)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant