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"
)
vector of depth levels 1:5
1 - Department
2 - Agency
3 - Major Command
4 - Sub Command
5 - Office
number of results
if TRUE
includes
if TRUE
returns only active
organizations
status
if (FALSE) {
sam_federal_organizations(levels = 1)
}