list_institutional_sponsors {databraryr}R Documentation

List Institutional Sponsors For A Party.

Description

[Deprecated]

This function has been deprecated and may be removed in a future release.

A party (person or institution) may have a sponsor that is another person or an institution. This function lists the institution(s) that sponsor a party.

Usage

list_institutional_sponsors(
  party_id = 6,
  report_target_party = FALSE,
  vb = FALSE
)

Arguments

party_id

Target volume number.

report_target_party

A Boolean value. Print info about the target party.

vb

A Boolean value. If TRUE provides verbose output.

Value

A data frame with information about a party's institutional sponsor(s).

Examples


list_institutional_sponsors() # Defaults to Rick Gilmore (party 6)


[Package databraryr version 0.6.4 Index]