bd_citation: Create citations for all dependencies of bdverse

Description Usage Arguments Value

View source: R/dependencies.R

Description

Create citations for all dependencies of bdverse

Usage

1
bd_citation(citation_level = 1, type = "raw", bib_file = NA)

Arguments

citation_level

Recursiveness of dependency to cite. 1 - just bdverse. 2 - all bdverse packages. 3 - all direct dependencies. 4 - all direct and indirect dependencies.

type

Type of citation to generate. raw - Mixture of bib and text. text - Textual representation. bibtex - BibTex format. html - HTML Tags. latex - LATEX format.

bib_file

If path of file provided, a bib file will be genrated and written to disk.

Value

String with citations or a file with citations


bd-R/bdverse documentation built on Aug. 13, 2020, 9:46 a.m.