csl_fetch_locales: Get CSL locales from the web

View source: R/get_locales.R

csl_fetch_localesR Documentation

Get CSL locales from the web

Description

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

Usage

csl_fetch_locales(...)

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/locales

Examples

## Not run: 
csl_fetch_locales()

## End(Not run)

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