contacts-class | R Documentation |
An unordered list of individual S4 contact
objects.
object of class contacts
{
# 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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.