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

spp_*_legilation() sometime returns (apparently) unrelated info #59

Open
KevCaz opened this issue Oct 30, 2021 · 1 comment
Open

spp_*_legilation() sometime returns (apparently) unrelated info #59

KevCaz opened this issue Oct 30, 2021 · 1 comment
Assignees

Comments

@KevCaz
Copy link
Member

KevCaz commented Oct 30, 2021

reprex

R>     res <- spp_cites_legislation(taxon_id = c("8094"))                                            

should return

R> res                                                                                               

── Cites listings ($cites_listings): ────────────────────────────────────────────────────────────────
# A tibble: 0 × 0

── Cites quotas ($cites_quotas): ────────────────────────────────────────────────────────────────────
# A tibble: 0 × 0

── Cites suspensions ($cites_suspensions): ──────────────────────────────────────────────────────────
# A tibble: 3 × 8
  id    taxon_concept_id start_date is_current applies_to_import geo_entity.iso_code2 geo_entity.name
  <chr> <chr>            <chr>      <lgl>      <lgl>             <chr>                <chr>          
1 15839 23               2010-11-29 TRUE       FALSE             PH                   Philippines    
2 15978 NA               2010-11-29 TRUE       FALSE             PH                   Philippines    
3 22920 NA               2018-03-26 TRUE       FALSE             IN                   India          
# … with 1 more variable: geo_entity.type <chr>
Field(s) not printed:  notes, start_notification.name, start_notification.date, start_notification.url 

which does not seem related to 8094

@KevCaz KevCaz self-assigned this Oct 30, 2021
@KevCaz
Copy link
Member Author

KevCaz commented Nov 1, 2021

Don't really understand.... don't understand what taxon_id = 23 is....

@KevCaz KevCaz changed the title spp_*_legilation() sometime return (apparently) unrelated info spp_*_legilation() sometime returns (apparently) unrelated info Nov 1, 2021
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