Skip to contents

Get the information of a nomenclature by identifier

Usage

i14y_get_content_information(identifier = NULL)

Arguments

identifier

string. The identifier of the nomenclature.

Value

a list

Examples

i14y_get_content_information(
  identifier = "HCL_CH_ISCO_19_PROF"
)
#> $agencyIdentifier
#> [1] "FSO"
#> 
#> $exportFormats
#> [1] "CSV"  "XLSX"
#> 
#> $exportLanguages
#> [1] "de" "fr" "it" "en" "rm"
#> 
#> $exportLevels
#> [1] "1" "2" "3" "4" "5" "6"
#> 
#> $exportTypes
#> $exportTypes$Single
#> [1] "levelexport"
#> 
#> $exportTypes$Multi
#> [1] "multilevels"
#> 
#> 
#> $filters
#>                identifier values
#> 1               AF_ACTIVE   0, 1
#> 2   AFC_ISCO_REDUCED_LIST      1
#> 3      AFC_ISCO_DUPLICATE      0
#> 4 AF_LEARNED_OR_PRACTICED   1, 2
#> 5                 AF_AVAM      1
#> 
#> $hasAnnotations
#> [1] TRUE
#> 
#> $hasDataStructures
#> [1] FALSE
#> 
#> $hasNomenclature
#> [1] TRUE
#> 
#> $identifier
#> [1] "HCL_CH_ISCO_19_PROF"
#>