Compute firm-level variables commonly used in corporate governance research: board size, composition counts, and officer indicators.
Arguments
- roles
A tibble returned by
brreg_roles().
Value
A 1-row tibble with columns: org_nr, board_size,
n_chair, n_deputy_chair, n_members, n_alternates,
n_observers, n_employee_elected, has_ceo, has_auditor,
auditor_org_nr. Counts exclude resigned and deregistered roles.
See also
brreg_roles() for the underlying role data.
Other tidybrreg entity functions:
brreg_children(),
brreg_download(),
brreg_entity(),
brreg_roles(),
brreg_roles_legal(),
brreg_search(),
brreg_underenheter(),
brreg_update_fields(),
brreg_updates()
Examples
if (FALSE) { # interactive() && curl::has_internet()
brreg_roles("923609016") |> brreg_board_summary()
}