Calculates the organization group from the organization number.
Arguments
- oin
 A vector of class
oin. See as.oin.
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
