who: Who?

View source: R/search.R

whoR Documentation

Who?

Description

Returns the affiliation memberships of an individual, or all direct contacts. Names are matched with grep.

Usage

who(
  name,
  den = "den",
  only.affiliations = TRUE,
  ignore.case = TRUE,
  tags = FALSE,
  ...
)

Arguments

name

the name of the individual

den

an affiliation edge list in a similar format to den, if "den" the den dataset is used.

only.affiliations

if TRUE returns the affiliations of the individual

ignore.case

if TRUE grep is not case sensitive

...

further arguments are passed on to grep

if

TRUE tags are returned

Value

A matrix with names and affiliation


antongrau/eliter documentation built on March 2, 2024, 8:05 p.m.