Skip to contents

Get Estimates by Size From ABARES

Usage

get_estimates_by_size()

get_est_by_size()

Value

A data.table::data.table object

Examples


get_estimates_by_size()
#>                                 Variable  Year      Industry   Size   Value
#>                                   <char> <int>        <char> <char>   <num>
#>     1: AI stud fees and herd testing ($)  1990 All Broadacre  Large 14646.0
#>     2:           Accounting services ($)  1990 All Broadacre  Large 16432.0
#>     3:             Advisory services ($)  1990 All Broadacre  Large  8056.0
#>     4:        Age of owner manager (yrs)  1990 All Broadacre  Large    53.0
#>     5:               Age of spouse (yrs)  1990 All Broadacre  Large    49.0
#>    ---                                                                     
#> 83492:                Wheat receipts ($)  2022    Sheep-Beef  Small  5805.0
#> 83493:                    Wheat sold (t)  2022    Sheep-Beef  Small    19.0
#> 83494:            Wool cut per head (kg)  2022    Sheep-Beef  Small     3.3
#> 83495:                Wool produced (kg)  2022    Sheep-Beef  Small  4827.0
#> 83496:                 Wool receipts ($)  2022    Sheep-Beef  Small 54721.0
#>          RSE
#>        <int>
#>     1:    87
#>     2:    19
#>     3:    96
#>     4:    14
#>     5:    15
#>    ---      
#> 83492:    80
#> 83493:    81
#> 83494:    13
#> 83495:    19
#> 83496:    25

# or shorter
get_est_by_size()
#>                                 Variable  Year      Industry   Size   Value
#>                                   <char> <int>        <char> <char>   <num>
#>     1: AI stud fees and herd testing ($)  1990 All Broadacre  Large 14646.0
#>     2:           Accounting services ($)  1990 All Broadacre  Large 16432.0
#>     3:             Advisory services ($)  1990 All Broadacre  Large  8056.0
#>     4:        Age of owner manager (yrs)  1990 All Broadacre  Large    53.0
#>     5:               Age of spouse (yrs)  1990 All Broadacre  Large    49.0
#>    ---                                                                     
#> 83492:                Wheat receipts ($)  2022    Sheep-Beef  Small  5805.0
#> 83493:                    Wheat sold (t)  2022    Sheep-Beef  Small    19.0
#> 83494:            Wool cut per head (kg)  2022    Sheep-Beef  Small     3.3
#> 83495:                Wool produced (kg)  2022    Sheep-Beef  Small  4827.0
#> 83496:                 Wool receipts ($)  2022    Sheep-Beef  Small 54721.0
#>          RSE
#>        <int>
#>     1:    87
#>     2:    19
#>     3:    96
#>     4:    14
#>     5:    15
#>    ---      
#> 83492:    80
#> 83493:    81
#> 83494:    13
#> 83495:    19
#> 83496:    25