powered by
Returns the list of detail fields that can be used to group query results.
comex_details(type = "general", language = "en", verbose = FALSE)
A data.frame with available details.
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_details() comex_details("city") comex_details("historical") }
Run the code above in your browser using DataLab