process_citation | R Documentation |
Takes a record list and a citation string, processes the citation into AMA format, and updates the record with the formatted citation, keywords, and year.
process_citation(.record, citation)
.record |
A list containing the record to be updated |
citation |
A character string containing a BibTeX citation |
An updated list containing the original record with added fields:
citation |
The formatted AMA citation |
keywords |
A vector of keywords from the citation |
year |
The publication year |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.