Skip to contents

Fetches and imports ABARES trade regions data.

Usage

read_abares_trade_regions()

Value

A data.table object of the ABARES trade data regions.

Note

Columns are renamed for consistency with other ABARES products serviced in this package using a snake_case format and ordered consistently.

See also

Other Trade: read_abares_trade()

Examples

if (FALSE) { # interactive()
trade_regions <- read_abares_trade_regions()

trade_regions
}