Skip to contents

Returns a bibliography, Bibtex citations, and acknowledgment template.

Usage

pplr_citation(input, bibtex_path = NULL)

Arguments

input

An object of class browse or get_data.

bibtex_path

Specify the filename and location for the generated markdown file (optional).

Value

A list of references from input.

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
}