View source: R/manuscript_helpers.R
Generate MS Word doc with formatted author list and formatted affiliations from input tsv file
Assumptions: - input file contains columns 'Author name' and 'affiliation 1', 'affiliation 2', ... - rows are sorted by desired occurence of authors on manuscript - affiliation indices per author are sorted numerically
1 | render_list_of_authors(input, output = NULL)
|
input |
Input tsv file <filename.tsv> |
output |
Output docx file. If not specified, <filename.docx> is used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.