get_csl {grateful}R Documentation

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)

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.

Value

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

Examples


get_csl("peerj", out.dir = tempdir())


[Package grateful version 0.2.4 Index]