powered by
Returns the first and last years available for queries in the API.
comex_available_years(type = "general", verbose = FALSE)
A list with min and max year values.
min
max
Data type: "general", "city", or "historical". Default: "general".
"general"
"city"
"historical"
Logical. Show progress messages. Default: FALSE.
FALSE
if (FALSE) { comex_available_years() comex_available_years("city") comex_available_years("historical") }
Run the code above in your browser using DataLab