download_csl: Download csl citation style

Description Usage Arguments Value Note Examples

View source: R/download_csl.R

Description

Download csl citation style from https://github.com/citation-style-language/styles.

Usage

1
download_csl(journal_style, directory = NULL)

Arguments

journal_style

Journal style (see examples)

directory

Directory to store the csl file

Value

None

Note

See also: [Zotero Style Repository](https://www.zotero.org/styles)

Examples

1
2
3
4
5
6
7
## Not run: 
# First, search by your preferred citation style using:
(eco <- grep(pattern = "ecology", x = rcrossref::get_styles(), value = TRUE))
# then:
download_csl(journal_style = eco[4], directory = "")

## End(Not run)

kguidonimartins/minimalTemplate documentation built on Nov. 10, 2020, 5:15 p.m.