Helper function to parse bibliography elements based on a source
Source:R/references.R
extract_bib_elements.Rd
In pgsources, citations are semi-colon separated. This function splits these into individual keys and get the bibliography element from each key.
Arguments
- citation_liststr
A semi-colon separated list of bibliography keys from pgsources
- bib_element
Supports author, journal, year, and title.
- ...