Skip to contents

Get Historical National Estimates from ABARES

Usage

get_historical_national_estimates()

get_hist_nat_est()

Value

A data.table::data.table object with the Variable field as the key.

Note

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

Examples

if (FALSE) { # interactive()

 get_historical_national_estimates()

 # or shorter
 get_hist_nat_est()
}