get_codes: Get Concept Codes

View source: R/metadata.R

get_codesR Documentation

Get Concept Codes

Description

Get Concept Codes

Usage

get_codes(id, concept = NULL, type = NULL, search = NULL, ...)

Arguments

id

Dataset ID (required)

concept

Concept name (e.g., "geography", "sex"). If NULL, returns all concepts.

type

Optional type filter

search

Search term (supports wildcards)

...

Additional query parameters

Value

Tibble with codes and descriptions

Examples


get_codes("NM_1_1")

get_codes("NM_1_1", "geography")

get_codes("NM_1_1", "geography", "TYPE499")

get_codes("NM_1_1", "geography", search = "*manchester*")


nomisdata documentation built on Feb. 10, 2026, 5:10 p.m.