read_all_expenditures: Operating Expenditures

View source: R/fn_expenditures.R

read_all_expendituresR Documentation

Operating Expenditures

Description

read_all_expenditures returns a dataframe about operating expenditure data

Usage

read_all_expenditures(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 ?expenditures.

Examples

read_all_expenditures()
read_all_expenditures(n_max = 250)

fec16 documentation built on Sept. 2, 2025, 1:09 a.m.