dataset_citations: Generate dataset citations

View source: R/citations.R

dataset_citationsR Documentation

Generate dataset citations

Description

dataset_citations returns dataset citations as text or as "bibentry" objects.

Usage

dataset_citations(datasets = c(), astext = TRUE)

Arguments

datasets

character vector. Code of the datasets. When no datasets are provided (default), then all citations are returned.

astext

logical. When TRUE (default), then citations are returned as text otherwise they are returned as "bibentry" objects.

Details

Note that in order to generate a full list of citations it is preferable to run the layer_citations function.

Value

Either a character vector or a list of "bibentry" objects.

See Also

layer_citations, bibentry, list_datasets

Examples

# print the Bio-ORACLE citation
print(dataset_citations("Bio-ORACLE"))

# print all citations as Bibtex
print(lapply(dataset_citations(astext = FALSE), toBibtex))

sdmpredictors documentation built on Aug. 23, 2023, 5:07 p.m.