powered by
read_all_individuals returns a dataframe about transactions from individuals to candidates/committees
read_all_individuals
read_all_individuals(n_max = Inf, verbose = interactive())
Integer specifying the max amount of entries in the dataset. Defaults to the possible maximum.
A progress bar is shown if R is running interactively. Defaults to interactive().
interactive()
The entire dataframe. More information about variables is at ?individuals.
?individuals
# NOT RUN { read_all_individuals() # } # NOT RUN { read_all_individuals(n_max = 250) # }
Run the code above in your browser using DataLab