The citation_bellow
function retrieves and returns the citation information
for records from GBIF, or where aggregator = "GBIF".
Arguments
- df
Data frame of occurrence records returned from
gators_download()
.- id
Default = "ID". The name of the id column in the data frame, which contains unique IDs defined from GBIF (keys) or iDigBio (UUID).
- aggregator
Default = "aggregator". The name of the column in the data frame that identifies the aggregator that provided the record. This is equal to iDigBio or GBIF.
Examples
# \donttest{
citations <- citation_bellow(data)
#> Warning: datasets() is deprecated since rgbif 3.7.9.
#> Warning: datasets() is deprecated since rgbif 3.7.9.
#> Warning: datasets() is deprecated since rgbif 3.7.9.
#> Warning: datasets() is deprecated since rgbif 3.7.9.
#> Warning: datasets() is deprecated since rgbif 3.7.9.
#> Warning: datasets() is deprecated since rgbif 3.7.9.
#> Warning: datasets() is deprecated since rgbif 3.7.9.
#> Warning: datasets() is deprecated since rgbif 3.7.9.
#> Warning: datasets() is deprecated since rgbif 3.7.9.
#> Warning: datasets() is deprecated since rgbif 3.7.9.
# }