Skip to contents

Returns the date of the last data update in the API.

Usage

comex_last_update(type = "general", verbose = FALSE)

Arguments

type

Data type: "general", "city", or "historical"

verbose

Logical. If TRUE, display progress messages. Default: FALSE

Value

A list with last update information

Examples

if (FALSE) { # \dontrun{
comex_last_update()
comex_last_update(type = "city")
comex_last_update(type = "historical")
} # }