Learn R Programming

comexr (version 0.2.1)

comex_metrics: Get available metrics

Description

Returns the list of metrics (values) available for API queries.

Usage

comex_metrics(type = "general", language = "en", verbose = FALSE)

Value

A data.frame with available metrics and their descriptions.

Arguments

type

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

language

Language: "pt", "en", or "es". Default: "en".

verbose

Logical. Show progress messages. Default: FALSE.

Examples

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

Run the code above in your browser using DataLab