Skip to contents

Returns the first and last years available for queries in the API.

Usage

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

Arguments

type

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

verbose

Logical. Show progress messages. Default: FALSE.

Value

A list with min and max year values.

Examples

if (FALSE) { # \dontrun{
comex_available_years()
comex_available_years("city")
comex_available_years("historical")
} # }