powered by
Returns the date of the last data update in the API.
comex_last_update(type = "general", verbose = FALSE)
A list with last update information.
Data type: "general", "city", or "historical". Default: "general".
"general"
"city"
"historical"
Logical. Show progress messages. Default: FALSE.
FALSE
if (FALSE) { comex_last_update() comex_last_update("city") comex_last_update("historical") }
Run the code above in your browser using DataLab