get_person {inlpubs} | R Documentation |
Filter a list of individuals based on their distinct identifiers.
get_person(x, persons)
x |
'character' vector. Identifier for one or more persons. |
persons |
'person' named list. Information about an arbitrary number of persons. Each element in the list is assigned a name, which uniquely identifies a person. |
A subset of persons
.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
get_person("jfisher", persons = inlpubs::authors$person)