Get a journal citation style from the official internet repository
Arguments
- name
Name of the journal, exactly as found in https://github.com/citation-style-language/styles.
- out.dir
Directory to save the CSL file.
Examples
if (FALSE) { # interactive()
get_csl("peerj", out.dir = tempdir())
}