View source: R/fn_individuals.R
read_all_individuals | R Documentation |
read_all_individuals
returns a dataframe about transactions from individuals to candidates/committees
read_all_individuals(n_max = Inf, verbose = interactive())
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 |
The entire dataframe. More information about variables is at ?individuals
.
read_all_individuals()
read_all_individuals(n_max = 250)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.