csl_styles | R Documentation |
List locally stored styles
csl_styles(style = NULL) csl_style_exists(style)
style |
(character) Style name |
If style=NULL
, a list of length two, independent and dependent
styles. If style
is not NULL
, then a full path to the style file is
returned if the style exists.
# setup csl_cache$cache_path_set("seasl", type = "tempdir") csl_cache$cache_path_get() # List style files csl_styles() csl_styles("apa") csl_styles("zdm") csl_style_exists("apa") csl_style_exists("apaggg") # cleanup csl_cache$delete_all()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.