Convenience wrapper around brreg_search() that queries the
underenheter registry filtered by overordnetEnhet. Each Norwegian
legal entity that operates a business has one or more sub-units
(BEDR/AAFY) representing physical locations or activities.
Usage
brreg_underenheter(org_nr, max_results = 200, type = c("code", "label"))Value
A tibble with one row per sub-unit. Same column schema as
brreg_search() with registry = "underenheter".
See also
brreg_entity() for the parent entity,
brreg_children() for child enheter in the ORGL hierarchy.
Other tidybrreg entity functions:
brreg_board_summary(),
brreg_children(),
brreg_download(),
brreg_entity(),
brreg_roles(),
brreg_roles_legal(),
brreg_search(),
brreg_update_fields(),
brreg_updates()