process_citation {matriz}R Documentation

Process a Citation Record

Description

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.

Usage

process_citation(.record, citation)

Arguments

.record

A list containing the record to be updated

citation

A character string containing a BibTeX citation

Value

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


[Package matriz version 1.0.1 Index]