Skip to contents

Compute firm-level variables commonly used in corporate governance research: board size, composition counts, and officer indicators.

Usage

brreg_board_summary(roles)

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.

Examples

if (FALSE) { # interactive() && curl::has_internet()
brreg_roles("923609016") |> brreg_board_summary()
}