powered by
Get Concept Codes
get_codes(id, concept = NULL, type = NULL, search = NULL, ...)
Tibble with codes and descriptions
Dataset ID (required)
Concept name (e.g., "geography", "sex"). If NULL, returns all concepts.
Optional type filter
Search term (supports wildcards)
Additional query parameters
# \donttest{ 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*") # }
Run the code above in your browser using DataLab