Skip to contents

Read 'Historical National Estimates' from ABARES

Usage

read_historical_national_estimates()

read_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()

read_historical_national_estimates()

# or shorter
read_hist_nat_est()
}