Description Usage Arguments Details Value Examples
main function to produce the formatted author list and affiliation list in Word
1 2 3 4 5 | toAuthorlist(
source.csv = "authorlist.csv",
target = "authorlist.docx",
type = "numbered"
)
|
source.csv |
the path to the CSV document including the coauthor information, Default: 'authorlist.csv' |
target |
the path where you would like to save the produced Word document, Default: 'authorlist.docx' |
type |
the type of the affiliation numbering, could be "numbered" or "alphabeta", Default: 'numbered'. If 'numbered', the affiliation will be marked with numbers, otherwise the affiliation will be marked with letters as PNAS papers. |
This is the main function to produce the formatted author list and affiliation list in Word.
the produced Word document
1 2 3 4 | library(authorlist)
toAuthorlist(source.csv = "~/Downloads/authorlist.csv",
target = "~/Downloads/authorlist.docx",
type="numbered")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.