get_category_names | R Documentation |
The categories are defined in the display_names.csv file. If language is undefined, only code names will be returned. If a language is also supplied, then the corresponding display names are set as the names of the vector of code names.
get_category_names(category, language = NULL)
category |
The category (e.g. "variable_name") to find the names for |
language |
(optional) The language of the display names |
A vector of code names. If language was supplied, the display names corresponding to the code names will be the names of the vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.