Skip to contents

Get Historical Regional Estimates from ABARES

Usage

get_historical_regional_estimates()

get_hist_reg_est()

Value

A data.table::data.table object

Examples

 get_historical_regional_estimates()
#>                                  Variable  Year    ABARES region Value   RSE
#>                                    <char> <int>           <char> <num> <int>
#>      1: AI stud fees and herd testing ($)  1990 NSW Central West    90    68
#>      2:           Accounting services ($)  1990 NSW Central West  2420    19
#>      3:             Advisory services ($)  1990 NSW Central West   120    80
#>      4:        Age of owner manager (yrs)  1990 NSW Central West    57     5
#>      5:               Age of spouse (yrs)  1990 NSW Central West    51     4
#>     ---                                                                     
#> 142796:                Wheat receipts ($)  2022 WA The Kimberley     0    NA
#> 142797:                    Wheat sold (t)  2022 WA The Kimberley     0    NA
#> 142798:            Wool cut per head (kg)  2022 WA The Kimberley    NA    NA
#> 142799:                Wool produced (kg)  2022 WA The Kimberley     0    NA
#> 142800:                 Wool receipts ($)  2022 WA The Kimberley     0    NA

 # or shorter
 get_hist_reg_est()
#>                                  Variable  Year    ABARES region Value   RSE
#>                                    <char> <int>           <char> <num> <int>
#>      1: AI stud fees and herd testing ($)  1990 NSW Central West    90    68
#>      2:           Accounting services ($)  1990 NSW Central West  2420    19
#>      3:             Advisory services ($)  1990 NSW Central West   120    80
#>      4:        Age of owner manager (yrs)  1990 NSW Central West    57     5
#>      5:               Age of spouse (yrs)  1990 NSW Central West    51     4
#>     ---                                                                     
#> 142796:                Wheat receipts ($)  2022 WA The Kimberley     0    NA
#> 142797:                    Wheat sold (t)  2022 WA The Kimberley     0    NA
#> 142798:            Wool cut per head (kg)  2022 WA The Kimberley    NA    NA
#> 142799:                Wool produced (kg)  2022 WA The Kimberley     0    NA
#> 142800:                 Wool receipts ($)  2022 WA The Kimberley     0    NA