Provide citations for a popler object returned by pplr_browse
or
pplr_get_data
object.
Source: R/popler_citation.R
pplr_citation.Rd
Returns a bibliography, Bibtex citations, and acknowledgment template.
Arguments
- input
An object of class
browse
orget_data
.- bibtex_path
Specify the filename and location for the generated markdown file (optional).
Examples
if (FALSE) {
# make a browse object
metadata <- pplr_browse(proj_metadata_key %in% c(17, 317, 494))
# cite the projects
cite <- pplr_citation(metadata)
# cite$bibliography # the bibliography
# cite$Bibtex # Bibtex entries for each dataset
# cite$acknowledgement # acknowledgement template
}