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

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

if (FALSE) { # 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 = "") }