Skip to contents

Read 'Historical State Estimates' from ABARES

Usage

read_historical_state_estimates()

read_hist_sta_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_state_estimates()

# or shorter
read_hist_sta_est()
}