BIEN_list_country function

Extract species list by country

Extract species list by country

BIEN_list_country downloads a list of all species within a country or countries from the BIEN database.

BIEN_list_country( country = NULL, country.code = NULL, cultivated = FALSE, new.world = NULL, ... )

Arguments

  • country: A single country or a vector of countries.
  • country.code: A single country code or a vector of country codes equal in length to the vector of states/province codes.
  • cultivated: Return information on cultivation status? Default is FALSE.
  • new.world: NULL (The default) returns global records, TRUE returns only New World, and FALSE only Old World.
  • ...: Additional arguments passed to internal functions.

Returns

Dataframe containing species list(s) for the specified country or countries.

Note

Political division (or political division code) spelling needs to be exact and case-sensitive, see BIEN_metadata_list_political_names for a list of political divisions and associated codes.

Examples

## Not run: BIEN_list_country("Canada") country_vector<-c("Canada","United States") BIEN_list_country(country_vector) ## End(Not run)

See Also

Other list functions: BIEN_list_all(), BIEN_list_county(), BIEN_list_sf(), BIEN_list_state()

  • Maintainer: Brian Maitner
  • License: MIT + file LICENSE
  • Last published: 2025-01-31

Useful links