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

View source: R/get_csl.R

get_cslR 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())


Pakillo/grateful documentation built on Oct. 28, 2023, 3:13 a.m.