| author_list | R Documentation | 
Getting authors list from author vectors
author_list(x)
| x | A character list with sequence authors | 
A character with the author list properly joined with commas and the conjunction "and"
author_test <- c("first author", "second author", "last author")
author_test2 <- c("first author", "second author")
author_list(author_test)
author_list(author_test2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.