get_party_as_df: Retrieve Party (Person/Institution) Info as Data Frame.

View source: R/get_party_as_df.R

get_party_as_dfR Documentation

Retrieve Party (Person/Institution) Info as Data Frame.

Description

[Deprecated]

This function has been deprecated and may be removed in a future release. See get_party_by_id() for similar, and more general functionality.

Usage

get_party_as_df(party_id = 6, convert_JSON = TRUE, vb = FALSE)

Arguments

party_id

Party number(s) to retrieve information about.

convert_JSON

A Boolean value if TRUE converts the JSON download.

vb

A Boolean value if TRUE returns verbose output.

Value

A data frame with information about the selected party or parties.

Examples


get_party_as_df() # Info about Rick Gilmore.

get_party_as_df(party_id = 8) # Info about NYU.

get_party_as_df(5:7) # Info about Databrary's founders
#' 


PLAY-behaviorome/databraryapi documentation built on April 24, 2024, 4:20 a.m.