Skip to contents

Calculates the organization group from the organization number.

Usage

oin_group(oin)

Arguments

oin

A vector of class oin. See as.oin.

Value

Factor with organization categories.

Examples

ex_oin <- c("556000-4615", "232100-0156", "802002-4280")
oin_group(ex_oin)
#> [1] Aktiebolag                             
#> [2] Stat, landsting, kommuner, församlingar
#> [3] Ideella föreningar och stiftelser      
#> 3 Levels: Aktiebolag ... Stat, landsting, kommuner, församlingar