Skip to contents

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.

Usage

brreg_roles_legal(org_nr)

Arguments

org_nr

Character. 9-digit organization number.

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.

Examples

if (FALSE) { # interactive() && curl::has_internet()
brreg_roles_legal("923609016")  # Equinor's roles in other entities
}