| get_codes | R Documentation |
Get Concept Codes
get_codes(id, concept = NULL, type = NULL, search = NULL, ...)
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 |
Tibble with codes and descriptions
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*")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.