extract_bib_elements | R Documentation |
In pgsources, citations are semi-colon separated. This function splits these into individual keys and get the bibliography element from each key.
extract_bib_elements(citation_liststr, bib_element = "author", ...)
citation_liststr |
A semi-colon separated list of bibliography keys from pgsources |
bib_element |
Supports author, journal, year, and title. |
... |
list with BibEntry-element classes or vectors with character strings
extract_bib_elements(pgsources$citation_keys[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.