Learn R Programming

comexr (version 0.2.1)

comex_available_years: Get available years for queries

Description

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

Usage

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

Value

A list with min and max year values.

Arguments

type

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

verbose

Logical. Show progress messages. Default: FALSE.

Examples

Run this code
if (FALSE) {
comex_available_years()
comex_available_years("city")
comex_available_years("historical")
}

Run the code above in your browser using DataLab