Description Usage Arguments Value Examples
View source: R/select_species_names.R
Select species names by country iso3 code
1 | select_species_names(path, iso3, field = "canonicalName")
|
path |
Path to csv with columns 'iso3' and the defined field |
iso3 |
ISO alpha 3 code for country |
field |
The name of the field in the csv with the name |
Vector string of names
1 2 3 4 | arg_list = yaml::read_yaml("arg_list.yaml")
path = do.call(file.path, as.list(arg_list$search_spp_list_path))
iso3 = 'TZA'
spp_list <- select_species_names(path, iso3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.