View source: R/author_exchange.R
author_exchange | R 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
author_exchange(x, y)
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 |
author_exchange()
#mapply(author_exchange, x = jrj.bib, y = full_authors_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.