Returns information about U.S. government organizations by user stated level

sam_federal_organizations(
  levels = 1:5,
  results = 25000,
  status = FALSE,
  only_active = F,
  munge_distinct = F,
  use_future = F,
  join_addresses = T,
  snake_names = F,
  api_key = "O4kzViWGVYNumPqhAzUhYGiZZZwW3RKUEYJOI6ii"
)

Arguments

levels

vector of depth levels 1:5

  • 1 - Department

  • 2 - Agency

  • 3 - Major Command

  • 4 - Sub Command

  • 5 - Office

results

number of results

status

if TRUE includes

only_active

if TRUE returns only active organizations

api_key

status

Examples

if (FALSE) {
sam_federal_organizations(levels = 1)
}