Read ABARES 'Trade Data Regions' from the ABARES Trade Dashboard
Source:R/read_abares_trade_regions.R
read_abares_trade_regions.Rd
Fetches and imports ABARES trade regions data.
Arguments
- cache
Boolean
Cache the ABARES trade regions data after download usingtools::R_user_dir()
to identify the proper directory for storing user data in a cache for this package. Defaults toTRUE
, caching the files locally as a native R object. IfFALSE
, this function usestempdir()
and the files are deleted upon closing of the active R session.
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()