Learn R Programming

fec16 (version 0.1.4)

read_all_expenditures: Operating Expenditures

Description

read_all_expenditures returns a dataframe about operating expenditure data

Usage

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

Value

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

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().

Examples

Run this code
read_all_expenditures()
read_all_expenditures(n_max = 250)

Run the code above in your browser using DataLab