contacts-class: An S4 class for multi-contact information from the Neotoma...

contacts-classR Documentation

An S4 class for multi-contact information from the Neotoma Paleoecology Database.

Description

An unordered list of individual S4 contact objects.

Value

object of class contacts

Examples

{
# Create two contact objects and associate them within a contacts object.
simon <- new("contact", familyname = "Goring", givennames = "Simon J.")
socorro <- new("contact", familyname = "Dominguez", givennames = "Socorro")
packagers <- new("contacts", contacts = list(simon, socorro))
packagers
}

neotoma2 documentation built on May 29, 2024, 6:21 a.m.