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

Examples

 get_historical_state_estimates()
#>                                  Variable  Year   Value   RSE             State
#>                                    <char> <int>   <num> <int>            <char>
#>      1: AI stud fees and herd testing ($)  1990   210.0   118   New South Wales
#>      2:           Accounting services ($)  1990  2740.0     7   New South Wales
#>      3:             Advisory services ($)  1990   190.0   105   New South Wales
#>      4:        Age of owner manager (yrs)  1990    55.0     2   New South Wales
#>      5:               Age of spouse (yrs)  1990    52.0     2   New South Wales
#>     ---                                                                        
#> 184454:                Wheat receipts ($)  2022     0.0    NA Western Australia
#> 184455:                    Wheat sold (t)  2022     0.0    NA Western Australia
#> 184456:            Wool cut per head (kg)  2022     3.5     5 Western Australia
#> 184457:                Wool produced (kg)  2022  9126.0    22 Western Australia
#> 184458:                 Wool receipts ($)  2022 84500.0    22 Western Australia
#>              Industry
#>                <char>
#>      1: All Broadacre
#>      2: All Broadacre
#>      3: All Broadacre
#>      4: All Broadacre
#>      5: All Broadacre
#>     ---              
#> 184454:    Sheep-Beef
#> 184455:    Sheep-Beef
#> 184456:    Sheep-Beef
#> 184457:    Sheep-Beef
#> 184458:    Sheep-Beef

 # or shorter
 get_hist_sta_est()
#>                                  Variable  Year   Value   RSE             State
#>                                    <char> <int>   <num> <int>            <char>
#>      1: AI stud fees and herd testing ($)  1990   210.0   118   New South Wales
#>      2:           Accounting services ($)  1990  2740.0     7   New South Wales
#>      3:             Advisory services ($)  1990   190.0   105   New South Wales
#>      4:        Age of owner manager (yrs)  1990    55.0     2   New South Wales
#>      5:               Age of spouse (yrs)  1990    52.0     2   New South Wales
#>     ---                                                                        
#> 184454:                Wheat receipts ($)  2022     0.0    NA Western Australia
#> 184455:                    Wheat sold (t)  2022     0.0    NA Western Australia
#> 184456:            Wool cut per head (kg)  2022     3.5     5 Western Australia
#> 184457:                Wool produced (kg)  2022  9126.0    22 Western Australia
#> 184458:                 Wool receipts ($)  2022 84500.0    22 Western Australia
#>              Industry
#>                <char>
#>      1: All Broadacre
#>      2: All Broadacre
#>      3: All Broadacre
#>      4: All Broadacre
#>      5: All Broadacre
#>     ---              
#> 184454:    Sheep-Beef
#> 184455:    Sheep-Beef
#> 184456:    Sheep-Beef
#> 184457:    Sheep-Beef
#> 184458:    Sheep-Beef