read_all_individuals {fec16} | R Documentation |
Individual Contributions Master metadata
Description
read_all_individuals
returns a dataframe about transactions from individuals to candidates/committees
Usage
read_all_individuals(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 |
Value
The entire dataframe. More information about variables is at ?individuals
.
Examples
read_all_individuals()
read_all_individuals(n_max = 250)
[Package fec16 version 0.1.4 Index]