Returns data containing information about the historic OMB budget authority

omb_budget_authority(
  filter_zero_balance = T,
  join_tas = T,
  research_terms = c("research", "science", "technology", "ARTIFICIAL INTELLIGENCE",
    "technical"),
  research_columns = c("nameAgencyOMB", "nameBureauOMB", "nameAccountOMB"),
  snake_names = F
)

Arguments

filter_zero_balance

if TRUE excludes accounts with zero authority

join_tas

if TRUE join extra treasury symbol data

Value

tibble()

Examples


if (FALSE) {
omb_budget_authority()
}