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
+#> Key: <Variable>
+#> Variable Year Size Industry Value
+#> <char> <int> <char> <char> <num>
+#> 1: AI stud fees and herd testing ($) 1990 Large All Broadacre 14646
+#> 2: AI stud fees and herd testing ($) 1990 Medium All Broadacre 4337
+#> 3: AI stud fees and herd testing ($) 1990 Small All Broadacre 503
+#> 4: AI stud fees and herd testing ($) 1990 Large Beef 49173
+#> 5: AI stud fees and herd testing ($) 1990 Medium Beef 2724
+#> ---
+#> 83492: Wool receipts ($) 2022 Medium Sheep 262019
+#> 83493: Wool receipts ($) 2022 Small Sheep 57572
+#> 83494: Wool receipts ($) 2022 Large Sheep-Beef 407320
+#> 83495: Wool receipts ($) 2022 Medium Sheep-Beef 98513
+#> 83496: Wool receipts ($) 2022 Small Sheep-Beef 54721
#> RSE
#> <int>
#> 1: 87
-#> 2: 19
-#> 3: 96
-#> 4: 14
-#> 5: 15
+#> 2: 74
+#> 3: 50
+#> 4: 95
+#> 5: 82
#> ---
-#> 83492: 80
-#> 83493: 81
-#> 83494: 13
-#> 83495: 19
+#> 83492: 18
+#> 83493: 11
+#> 83494: 54
+#> 83495: 26
#> 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
+#> Key: <Variable>
+#> Variable Year Size Industry Value
+#> <char> <int> <char> <char> <num>
+#> 1: AI stud fees and herd testing ($) 1990 Large All Broadacre 14646
+#> 2: AI stud fees and herd testing ($) 1990 Medium All Broadacre 4337
+#> 3: AI stud fees and herd testing ($) 1990 Small All Broadacre 503
+#> 4: AI stud fees and herd testing ($) 1990 Large Beef 49173
+#> 5: AI stud fees and herd testing ($) 1990 Medium Beef 2724
+#> ---
+#> 83492: Wool receipts ($) 2022 Medium Sheep 262019
+#> 83493: Wool receipts ($) 2022 Small Sheep 57572
+#> 83494: Wool receipts ($) 2022 Large Sheep-Beef 407320
+#> 83495: Wool receipts ($) 2022 Medium Sheep-Beef 98513
+#> 83496: Wool receipts ($) 2022 Small Sheep-Beef 54721
#> RSE
#> <int>
#> 1: 87
-#> 2: 19
-#> 3: 96
-#> 4: 14
-#> 5: 15
+#> 2: 74
+#> 3: 50
+#> 4: 95
+#> 5: 82
#> ---
-#> 83492: 80
-#> 83493: 81
-#> 83494: 13
-#> 83495: 19
+#> 83492: 18
+#> 83493: 11
+#> 83494: 54
+#> 83495: 26
#> 83496: 25
diff --git a/reference/get_historical_forecast_database.html b/reference/get_historical_forecast_database.html
index 275ac74..b8e6dc1 100644
--- a/reference/get_historical_forecast_database.html
+++ b/reference/get_historical_forecast_database.html
@@ -73,11 +73,113 @@
get_historical_forecast_database()
-#> Error in get_historical_forecast_database(): could not find function "get_historical_forecast_database"
+#> Year_issued Month_issued Year_issued_FY Forecast_year_FY Forecast_value
+#> <num> <int> <char> <char> <num>
+#> 1: 2006 3 2005-06 2010-11 160.000000
+#> 2: 2007 3 2006-07 2010-11 160.000000
+#> 3: 2008 3 2007-08 2010-11 172.000000
+#> 4: 2009 3 2008-09 2010-11 186.000000
+#> 5: 2000 12 2000-01 2000-01 177.000000
+#> ---
+#> 22530: 2022 12 2022-23 2022-23 10222.212794
+#> 22531: 2022 12 2022-23 2022-23 46699.451861
+#> 22532: 2022 12 2022-23 2022-23 3317.155774
+#> 22533: 2022 12 2022-23 2022-23 72321.302230
+#> 22534: 2022 12 2022-23 2022-23 0.651271
+#> Actual_value Commodity Estimate_type
+#> <num> <char> <char>
+#> 1: 413.9996 Sheep Price
+#> 2: 413.9996 Sheep Price
+#> 3: 413.9996 Sheep Price
+#> 4: 413.9996 Sheep Price
+#> 5: 191.5945 Mutton Export volume
+#> ---
+#> 22530: NA Beef Export value
+#> 22531: NA Total Crops Export value
+#> 22532: NA Wool Export value
+#> 22533: NA Total agriculture Export value
+#> 22534: NA Australian Dollar Price
+#> Estimate_description
+#> <char>
+#> 1: Saleyard price, weighted average
+#> 2: Saleyard price, weighted average
+#> 3: Saleyard price, weighted average
+#> 4: Saleyard price, weighted average
+#> 5: Shipped weight
+#> ---
+#> 22530: Free on board value (Jul-Jun FY)
+#> 22531: Free on board value (Jul-Jun FY). Note change in definition of exports means actual values prior to 2019-20 are not comparable with estimates published elsewhere.
+#> 22532: Free on board value (Jul-Jun FY)
+#> 22533: Free on board value (Jul-Jun FY). Note change in definition of exports means actual values prior to 2019-20 are not comparable with estimates published elsewhere.
+#> 22534: Ratio of Australian dollars to US dollar
+#> Unit Region
+#> <char> <char>
+#> 1: c/kg (cw) Australia
+#> 2: c/kg (cw) Australia
+#> 3: c/kg (cw) Australia
+#> 4: c/kg (cw) Australia
+#> 5: kt (sw) Australia
+#> ---
+#> 22530: $m Australia
+#> 22531: $m Australia
+#> 22532: $m Australia
+#> 22533: $m Australia
+#> 22534: A$/US$ Australia
# or shorter
get_historical_forecast()
-#> Error in get_historical_forecast(): could not find function "get_historical_forecast"
+#> Year_issued Month_issued Year_issued_FY Forecast_year_FY Forecast_value
+#> <num> <int> <char> <char> <num>
+#> 1: 2006 3 2005-06 2010-11 160.000000
+#> 2: 2007 3 2006-07 2010-11 160.000000
+#> 3: 2008 3 2007-08 2010-11 172.000000
+#> 4: 2009 3 2008-09 2010-11 186.000000
+#> 5: 2000 12 2000-01 2000-01 177.000000
+#> ---
+#> 22530: 2022 12 2022-23 2022-23 10222.212794
+#> 22531: 2022 12 2022-23 2022-23 46699.451861
+#> 22532: 2022 12 2022-23 2022-23 3317.155774
+#> 22533: 2022 12 2022-23 2022-23 72321.302230
+#> 22534: 2022 12 2022-23 2022-23 0.651271
+#> Actual_value Commodity Estimate_type
+#> <num> <char> <char>
+#> 1: 413.9996 Sheep Price
+#> 2: 413.9996 Sheep Price
+#> 3: 413.9996 Sheep Price
+#> 4: 413.9996 Sheep Price
+#> 5: 191.5945 Mutton Export volume
+#> ---
+#> 22530: NA Beef Export value
+#> 22531: NA Total Crops Export value
+#> 22532: NA Wool Export value
+#> 22533: NA Total agriculture Export value
+#> 22534: NA Australian Dollar Price
+#> Estimate_description
+#> <char>
+#> 1: Saleyard price, weighted average
+#> 2: Saleyard price, weighted average
+#> 3: Saleyard price, weighted average
+#> 4: Saleyard price, weighted average
+#> 5: Shipped weight
+#> ---
+#> 22530: Free on board value (Jul-Jun FY)
+#> 22531: Free on board value (Jul-Jun FY). Note change in definition of exports means actual values prior to 2019-20 are not comparable with estimates published elsewhere.
+#> 22532: Free on board value (Jul-Jun FY)
+#> 22533: Free on board value (Jul-Jun FY). Note change in definition of exports means actual values prior to 2019-20 are not comparable with estimates published elsewhere.
+#> 22534: Ratio of Australian dollars to US dollar
+#> Unit Region
+#> <char> <char>
+#> 1: c/kg (cw) Australia
+#> 2: c/kg (cw) Australia
+#> 3: c/kg (cw) Australia
+#> 4: c/kg (cw) Australia
+#> 5: kt (sw) Australia
+#> ---
+#> 22530: $m Australia
+#> 22531: $m Australia
+#> 22532: $m Australia
+#> 22533: $m Australia
+#> 22534: A$/US$ Australia