authors-class | R Documentation |
The S4 authors
are a set of individual author
objects that
are then associated with a single S4 publication
class.
object of class authors
{
simon <- new("contact", familyname = "Goring", givennames = "Simon J.")
socorro <- new("contact", familyname = "Dominguez", givennames = "Socorro")
first_author <- new("author", author = simon, order = 1)
second_author <- new("author", author = socorro, order = 2)
author_list <- new("authors", authors = list(first_author, second_author))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.