powered by
Returns the list of metrics (values) available for API queries.
comex_metrics(type = "general", language = "en", verbose = FALSE)
A data.frame with available metrics and their descriptions.
Data type: "general", "city", or "historical".
"general"
"city"
"historical"
Language: "pt", "en", or "es". Default: "en".
"pt"
"en"
"es"
Logical. Show progress messages. Default: FALSE.
FALSE
if (FALSE) { comex_metrics() comex_metrics("city") comex_metrics("historical") }
Run the code above in your browser using DataLab