Skip to contents

Returns the list of available detail/grouping fields.

Usage

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

Arguments

type

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

language

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

verbose

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

Value

A tibble with available details

Examples

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