Skip to contents

Maps brreg påtegning infotype codes to English descriptions. Used by brreg_annotations() when translate = TRUE. Covers the infotype codes documented in the brreg API reference ("NAVN", "FADR") and those observed in live data (role codes used for missing-role annotations); unknown codes pass through unchanged. Each annotation's own Norwegian text is available in the tekst column of brreg_annotations() output.

Usage

annotation_infotypes

Format

A tibble with 7 rows and 2 columns:

code

Annotation infotype code (e.g. "FADR", "NAVN").

name_en

English description.

See also

brreg_annotations() for the function that uses this table.

Other tidybrreg reference data: field_dict, legal_forms, role_groups, role_types

Examples

annotation_infotypes
#> # A tibble: 7 × 2
#>   code  name_en                            
#>   <chr> <chr>                              
#> 1 NAVN  Name annotation                    
#> 2 FADR  Business address presumed incorrect
#> 3 KONT  Missing contact person             
#> 4 DAGL  Missing general manager            
#> 5 FFØR  Missing business manager           
#> 6 REPR  Missing Norwegian representative   
#> 7 SAM   Incomplete co-owner information