pplr_citation: Provide citations for a popler object returned by...

Description Usage Arguments Value Examples

View source: R/popler_citation.R

Description

Returns a bibliography, Bibtex citations, and acknowledgment template.

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
# 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

## End(Not run)

AldoCompagnoni/popler documentation built on Nov. 15, 2019, 9:48 a.m.