powered by
dataset_citations returns dataset citations as text or as "bibentry" objects.
dataset_citations
bibentry
dataset_citations(datasets = c(), astext = TRUE)
Either a character vector or a list of "bibentry" objects.
character vector. Code of the datasets. When no datasets are provided (default), then all citations are returned.
logical. When TRUE (default), then citations are returned as text otherwise they are returned as "bibentry" objects.
TRUE
Note that in order to generate a full list of citations it is preferable to run the layer_citations function.
layer_citations
layer_citations, bibentry, list_datasets
list_datasets
# print the Bio-ORACLE citation print(dataset_citations("Bio-ORACLE")) # print all citations as Bibtex print(lapply(dataset_citations(astext = FALSE), toBibtex))
Run the code above in your browser using DataLab