Download csl citation style from https://github.com/citation-style-language/styles.
download_csl(journal_style, directory = NULL)
journal_style | Journal style (see examples) |
---|---|
directory | Directory to store the csl file |
None
See also: [Zotero Style Repository](https://www.zotero.org/styles)
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 = "") }