Skip to contents

Get Historical State Estimates from ABARES

Usage

get_historical_state_estimates()

get_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()
 get_historical_state_estimates()

 # or shorter
 get_hist_sta_est()
}