Create a new contact for a record. Within Neotoma all chronologies have unique numeric identifiers. Within R, because of the need to use the indentifiers across objects, and because we want to avoid conflicts between naming systems, a universally unique identifier (UUID) is created for the object ID.This is not to be updated to the database.
set_contact(
x = NA,
contactid = NA_integer_,
familyname = NA_character_,
leadinginitials = NA_character_,
givennames = NA_character_,
contactname = NA_character_,
suffix = NA_character_,
ORCID = NA_character_,
title = NA_character_,
institution = NA_character_,
email = NA_character_,
phone = NA_character_,
contactstatus = NA_character_,
fax = NA_character_,
url = NA_character_,
address = NA_character_,
notes = NA_character_
)Object to be set as a contact
An arbitrary Contact identification number.
Family or surname name of a person.
Leading initials for given or forenames
without spaces (e.g. G.G.).
Given or forenames of a person (e.g.
George Gaylord). Initials with spaces are used if full
given names are not known (e.g. G. G).
Full name of a person (e.g. George Gaylord Simpson).
Suffix of a person’s name (e.g. Jr., III).
A unique ORCID (see https://orcid.org).
A person’s title (e.g. Dr., Prof.,
Prof. Dr).
The institution where an individual works.
An individuals email address
Their phone number
Are they "active" or "retired"?
Do people still use fax machines?
Their homepage
A physical address
Notes about the individual
contact object