Reverse role lookup: find all entities where the given entity holds
a role (e.g. parent company, shareholder, general partner). This
is distinct from brreg_roles(), which returns who holds roles
IN the given entity.
Value
A tibble with one row per role held. Columns: org_nr
(queried entity), target_org_nr (entity where role is held),
target_name, role_code, role, share (ownership share
if applicable), resigned, deregistered.
See also
brreg_roles() for who holds roles in an entity.
Other tidybrreg entity functions:
brreg_board_summary(),
brreg_children(),
brreg_download(),
brreg_entity(),
brreg_roles(),
brreg_search(),
brreg_underenheter(),
brreg_update_fields(),
brreg_updates()