ropensci / ritis

Integrated Taxonomic Information Service (ITIS) R client
https://docs.ropensci.org/ritis
Other
16 stars 2 forks source link

terms() throwing warning #18

Closed sckott closed 4 years ago

sckott commented 4 years ago

I'd imagine ITIS is having a temporary blip in behavior, but either way, good to not throw warnings.

terms(query='bear')
#> # A tibble: 0 x 0
#> Warning message:
#> Unknown or uninitialised column: `itisTerms`

tibble related