ropensci / traits

R package for accessing species trait data from multiple databases
Other
39 stars 14 forks source link

Bety: Document include_unchecked #87

Closed infotroph closed 7 years ago

infotroph commented 7 years ago

BETY tables search, traits, & yields, (and AFAIK no others) include a checked column indicating whether an admin has verified the value. By default the API excludes results where checked != 1, but this can be changed by passing include_unchecked=1 (or "TRUE", "YES", "y", etc).

betydb_query handles this correctly already, but it should be mentioned in the vignette (probably near the explanations of limit and offset) and maybe added as a parameter to betydb_search for discoverability.

infotroph commented 7 years ago

Duplicate of #52 -- moving there.