ritis
ritis copied to clipboard
Integrated Taxonomic Information Service (ITIS) R client
This is small potatoes, but I thought it couldn't hurt to mention. And mostly I'm curious about why this is happening. I had reason to mix `search_scientific` and `scientific_name` for...
Current behavior is to silently return an empty data frame. It would be nicer to also include a warning that the response from ITIS was completely empty (no fields). See...
The call to ritis::terms gives an error ```r ritis::terms("Boleophthalmus dussumieri", what = "scientific") Error: ! The `x` argument of `as_tibble()` can't be missing as of tibble 3.0.0. ``` Session Info...
@jcblum when you get a chance, could you submit a new version to cran changing the maintainer to you? not urgent, but any correspondence from cran will go to me...
I run the following codes `search_anymatch(x = "dolphin")` `search_any_match_paged(x="Zy", pagesize=100, pagenum=1, ascend=FALSE)` and raised error: Error in data.frame(..., check.names = FALSE) : The arguments imply differing number of rows: 153,...