View source: R/citation_bellow.R
citation_bellow | R Documentation |
The citation_bellow
function retrieves and returns the citation information
for records from GBIF, or where aggregator = "GBIF".
citation_bellow(df, id = "ID", aggregator = "aggregator")
df |
Data frame of occurrence records returned from |
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. |
This function requires the rgbif package.
Returns a list with citation information for the GBIF data downloaded.
citations <- citation_bellow(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.