Learn R Programming

comexr (version 0.2.1)

comex_last_update: Get last data update date

Description

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

Usage

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

Value

A list with last update information.

Arguments

type

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

verbose

Logical. Show progress messages. Default: FALSE.

Examples

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

Run the code above in your browser using DataLab