citation_bellow {gatoRs}R Documentation

Cite Data - Get GBIF citations

Description

The citation_bellow function retrieves and returns the citation information for records from GBIF, or where aggregator = "GBIF".

Usage

citation_bellow(df, id = "ID", aggregator = "aggregator")

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.

Details

This function requires the rgbif package.

Value

Returns a list with citation information for the GBIF data downloaded.

Examples


citations <- citation_bellow(data)



[Package gatoRs version 1.0.2 Index]