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

gbif ids when using taxonomic IDs is misbehaving #191

Closed
sckott opened this issue Jun 29, 2018 · 0 comments
Closed

gbif ids when using taxonomic IDs is misbehaving #191

sckott opened this issue Jun 29, 2018 · 0 comments
Labels
Milestone

Comments

@sckott
Copy link
Contributor

sckott commented Jun 29, 2018

the list names are booleans, whereas they should be the IDs passed by the user

ids7
#> $gbif
#> Chironomus riparius
#>           "1448237"
#> attr(,"class")
#> [1] "gbifid"
#> attr(,"match")
#> [1] "found"
#> attr(,"multiple_matches")
#> [1] TRUE
#> attr(,"pattern_match")
#> [1] TRUE
#> attr(,"uri")
#> [1] "http://www.gbif.org/species/1448237"
#> 
#> attr(,"class")
#> [1] "ids"

cc <- occ(ids = ids7, from='gbif', limit=20)
cc
#> Searched: gbif
#> Occurrences - Found: 1,055, Returned: 20
#> Search type: Scientific
#>   gbif: TRUE (20)

cc$gbif
#> Species [TRUE (20)]
#> First 10 rows of [TRUE]
#> ....
``
@sckott sckott added the bug label Jun 29, 2018
@sckott sckott added this to the v0.8 milestone Jun 29, 2018
@sckott sckott closed this as completed in ec8d63f Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant