powered by
Get metadata for the selected indicator from the INE API
Be aware that this function will still return a value and not throw an error if the indicator does not exist.
get_metadata(indicator, lang = "PT")
API response body as list.
INE indicator ID as a 7 character string. Example: "0010003".
One of "PT" or "EN". Default is "PT".
is_indicator_valid() can be used to check if the indicator is valid before calling this function.
is_indicator_valid()
get_metadata("0011823")
Run the code above in your browser using DataLab