Description Usage Arguments Value Examples
View source: R/extract-cite-keys.R
Extract cite keys like "@foo:2014" or "\cite{foo:2014}" from a markdown (.Rmd, .md) or Latex (.tex) file.
1 | extract_cite_keys(doc, verbose = FALSE)
|
doc |
a string character |
verbose |
print extra progress messages |
a character vector of extracted cite keys
1 2 | extract_cite_keys("@smith:2015")
extract_cite_keys("@smith2015first")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.