rgbif data

library('rgbif')

Names

name_backbone(name='Helianthus', rank='genus', kingdom='plants')
#> $usageKey
#> [1] 3119134
#> 
#> $scientificName
#> [1] "Helianthus L."
#> 
#> $canonicalName
#> [1] "Helianthus"
#> 
#> $rank
#> [1] "GENUS"
#> 
#> $status
#> [1] "ACCEPTED"
#> 
#> $confidence
#> [1] 97
#> 
#> $matchType
#> [1] "EXACT"
#> 
#> $kingdom
#> [1] "Plantae"
#> 
#> $phylum
#> [1] "Tracheophyta"
#> 
#> $order
#> [1] "Asterales"
#> 
#> $family
#> [1] "Asteraceae"
#> 
#> $genus
#> [1] "Helianthus"
#> 
#> $kingdomKey
#> [1] 6
#> 
#> $phylumKey
#> [1] 7707728
#> 
#> $classKey
#> [1] 220
#> 
#> $orderKey
#> [1] 414
#> 
#> $familyKey
#> [1] 3065
#> 
#> $genusKey
#> [1] 3119134
#> 
#> $synonym
#> [1] FALSE
#> 
#> $class
#> [1] "Magnoliopsida"

Registry metadata

dataset_search(query="stockholm", limit = 10)
#> $meta
#>   offset limit endOfRecords count
#> 1      0     3         TRUE     3
#> 
#> $data
#> # A tibble: 3 × 8
#>                                                                  datasetTitle
#>                                                                         <chr>
#> 1                                                                  SBT-Living
#> 2                                                                    gamma 91
#> 3 Wissenschaftliche Ergebnisse der schwedischen zoologischen Expedition nach 
#> # ... with 7 more variables: datasetKey <chr>, type <chr>,
#> #   hostingOrganization <chr>, hostingOrganizationKey <chr>,
#> #   publishingOrganization <chr>, publishingOrganizationKey <chr>,
#> #   publishingCountry <chr>
#> 
#> $facets
#> NULL
#> 
#> $descriptions
#> $descriptions$`SBT-Living`
#> [1] "Database on living organism from Bergius Botanical Garden, Stockholm, Sweden."
#> 
#> $descriptions$`gamma 91`
#> [1] "This dataset contains the digitized treatments in Plazi based on the original book chapter Carolus Linnaeus (1758): gamma 91. In: Systema naturae per regna tria naturae, secundum classes, ordines, genera, species, cum characteribus, differentiis, synonymis, locis. Laurentii Salvii, Holmiae [= Stockholm].: 513, DOI: 10.5962/bhl.title.542"
#> 
#> $descriptions$`Wissenschaftliche Ergebnisse der schwedischen zoologischen Expedition nach dem Kilimanjaro, dem Meru und den umgebenden Massaisteppen Deutsch-Ostafrikas 1905 - 1906 ..., Band 2, Abt. 8.`
#> [1] "This dataset contains the digitized treatments in Plazi based on the original book / thesis / monograph Sjoestedt, Y. (1909): Wissenschaftliche Ergebnisse der schwedischen zoologischen Expedition nach dem Kilimanjaro, dem Meru und den umgebenden Massaisteppen Deutsch-Ostafrikas 1905 - 1906 ..., Band 2, Abt. 8. Stockholm: Palmquist, URL: http://hdl.handle.net/10199/15424"

Your turn

Search for names with any name_* functions, then using taxonomic Ids search for occurrences with occ_search() or occ_data.