Learn R Programming

neotoma2 (version 1.0.5)

author-class: An S4 class for the authors of a Neotoma publication.

Description

This class combines the S4 class contact with a numeric author order. This allows us to reuse contact objects, and to assign the authorship order within a publication. The full set of authors for a publication are represented by the authors object.

Arguments

Value

object of class author

Examples

Run this code
{
simon <- new("contact", familyname = "Goring", givennames = "Simon J.")
firstauthor <- new("author", author = simon, order = 1)
}

Run the code above in your browser using DataLab