render_list_of_authors: Generate list of authors

Description Usage Arguments

View source: R/manuscript_helpers.R

Description

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

Usage

1
render_list_of_authors(input, output = NULL)

Arguments

input

Input tsv file <filename.tsv>

output

Output docx file. If not specified, <filename.docx> is used.


friedav/fdhelpers documentation built on July 7, 2020, 1:16 a.m.