author_exchange: This function exchanges full author list formated with First...

View source: R/author_exchange.R

author_exchangeR Documentation

This function exchanges full author list formated with First and Middle initials and full family name. This allows the creation of bib entries with full author lists

Description

This function exchanges full author list formated with First and Middle initials and full family name. This allows the creation of bib entries with full author lists

Usage

author_exchange(x, y)

Arguments

x

bib entry created from RefManageR::ReadGS() (i.e., list) with incomplete author list

y

personList created from convert_complete_author(). Same length as x

Examples

author_exchange()
#mapply(author_exchange, x = jrj.bib, y = full_authors_list)

jimjunker1/junkR documentation built on Sept. 22, 2023, 9:20 a.m.