getPerson: Person queries

View source: R/getContent.R

getPersonR Documentation

Person queries

Description

Retrieves a specific person’s property by his/her name or OrcidId or dbId.

Usage

getPerson(name = NULL, id = NULL, attributes = NULL)

Arguments

name

Person’s first or/and last name

id

Person's Orcid Id or DbId

attributes

Property for a person. Return all available attributes if it is not specified.

Value

a list of requested information

See Also

Other getContent: getEntities(), getEventsHierarchy(), getOrthology(), getParticipants(), getPathways(), getSchemaClass(), getSpecies(), query()

Examples

getPerson(name="Robin Haw", attributes=c("displayName", "affiliation"))

reactome/ReactomeContentService4R documentation built on May 1, 2023, 5:33 a.m.