Description Usage Arguments Value Note Examples
Download csl citation style from https://github.com/citation-style-language/styles.
1  | 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)
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.