Person: A person (alive, dead, undead, or fictional).

Description Usage Arguments Value See Also Examples

View source: R/types.R

Description

A person (alive, dead, undead, or fictional).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
Person(
  address,
  affiliations,
  alternateNames,
  description,
  emails,
  familyNames,
  funders,
  givenNames,
  honorificPrefix,
  honorificSuffix,
  id,
  identifiers,
  images,
  jobTitle,
  memberOf,
  meta,
  name,
  telephoneNumbers,
  url
)

Arguments

address

Postal address for the person.

affiliations

Organizations that the person is affiliated with.

alternateNames

Alternate names (aliases) for the item.

description

A description of the item.

emails

Email addresses for the person.

familyNames

Family name. In the U.S., the last name of a person.

funders

A person or organization that supports (sponsors) something through some kind of financial contribution.

givenNames

Given name. In the U.S., the first name of a person.

honorificPrefix

An honorific prefix preceding a person's name such as Dr/Mrs/Mr.

honorificSuffix

An honorific suffix after a person's name such as MD/PhD/MSCSW.

id

The identifier for this item.

identifiers

Any kind of identifier for any kind of Thing.

images

Images of the item.

jobTitle

The job title of the person (for example, Financial Manager).

memberOf

An organization (or program membership) to which this person belongs.

meta

Metadata associated with this item.

name

The name of the item.

telephoneNumbers

Telephone numbers for the person.

url

The URL of the item.

Value

A list of class Person

See Also

Thing

Examples

1
2
3
4
5
Person(
  honorificPrefix = "Dr",
  givenNames = list("Jane", "J"),
  familyNames = list("Jamieson")
)

stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.