You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npn_species_state() and npn_species_type() both accept a kingdom argument. For both, it can be "Animalia", "Plantae" or NULL. If NULL it returns results for both. I think we should deprecate the NULL option and use
npn_species_state()
andnpn_species_type()
both accept akingdom
argument. For both, it can be"Animalia"
,"Plantae"
orNULL
. IfNULL
it returns results for both. I think we should deprecate theNULL
option and useAlso, the default for
npn_species_state()
isNULL
and the default fornpn_species_type()
is"Plantae"
and it might be good to make these consistentThe text was updated successfully, but these errors were encountered: