powered by
Returns the list of filter types available for API queries.
comex_filters(type = "general", language = "en", verbose = FALSE)
A data.frame with available filters.
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_filters() comex_filters("city") comex_filters("historical") }
Run the code above in your browser using DataLab