csl_fetch_styles: Get CSL styles from the web

View source: R/get_styles.R

csl_fetch_stylesR Documentation

Get CSL styles from the web

Description

Pulls down all CSL style files into a directory on your machine, returning the path to that directory

Usage

csl_fetch_styles(...)

Arguments

...

Curl options passed on to crul::HttpClient

Details

Files are stored in paste0(rappdirs::user_cache_dir(), "/R/seasl/styles"). See csl_cache for more

Value

path (character) to the files (invisibly)

References

https://github.com/citation-style-language/styles-distribution

Examples

## Not run: 
csl_fetch_styles()

## End(Not run)

ropenscilabs/seasl documentation built on Sept. 12, 2022, 4:11 p.m.