powered by
Get offices by level
office_get_offices_by_level(office_level_ids)
A dataframe with columns office_id, name, title, office_level_id, office_type_id, office_branch_id, short_title.
office_id, name, title, office_level_id, office_type_id, office_branch_id, short_title
Vector of office levels.
if (FALSE) { office_get_offices_by_level("F") office_get_levels() %>% pull(office_level_id) %>% .[1] %>% office_get_offices_by_level() }
Run the code above in your browser using DataLab