read_all_contributions: Committee contributions metadata

View source: R/fn_contributions.R

read_all_contributionsR Documentation

Committee contributions metadata

Description

read_all_contributions returns a dataframe about contribution data

Usage

read_all_contributions(n_max = Inf, verbose = interactive())

Arguments

n_max

Integer specifying the max amount of entries in the dataset. Defaults to the possible maximum.

verbose

A progress bar is shown if R is running interactively. Defaults to interactive().

Value

The entire dataframe. More information about variables is at ?contributions.

Examples

read_all_contributions()
read_all_contributions(n_max = 250)

fec16 documentation built on Aug. 9, 2023, 5:08 p.m.