biodiversitydata-se / SBDI4R

R package to search and access data made available through the Swedish biodiversity data infrastructure SBDI
https://biodiversitydata-se.github.io/SBDI4R/
GNU Affero General Public License v3.0
1 stars 2 forks source link

common names #36

Closed aleruete closed 3 years ago

aleruete commented 3 years ago

at some point somebody asked for search by common names.

this search for example x <- occurrences(taxon="golden plover", download_reason_id=10, qa=sbdi_fields("assertions")$name)

returns data, and even add the column commonName, otherwise not included.

aleruete commented 3 years ago

I add this as an example