Learn R Programming

grateful (version 0.2.0)

get_csl: Get a journal citation style from the official internet repository

Description

Get a journal citation style from the official internet repository

Usage

get_csl(name = NULL, out.dir = NULL)

Value

The CSL file is saved in the selected directory, and the path is returned invisibly.

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

Run this code
if (FALSE) { # interactive()
get_csl("peerj", out.dir = tempdir())
}

Run the code above in your browser using DataLab