From 6e3833b3029bc9bcdd38f4c73fb30dff5c991159 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Tue, 3 Dec 2024 21:14:42 +0800 Subject: [PATCH] Add source/rerferences to forecast database --- R/get_historical_forecast_database.R | 3 ++- man/get_historical_forecast_database.Rd | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/R/get_historical_forecast_database.R b/R/get_historical_forecast_database.R index 181a792..67a37e9 100644 --- a/R/get_historical_forecast_database.R +++ b/R/get_historical_forecast_database.R @@ -26,7 +26,8 @@ #' The "Month_issued" column is converted from a character string to a numeric #' value representing the month of year, _e.g._, "March" is converted to `3`. #' -#' @source +#' @source +#' @references #' #' @return A [data.table::data.table] object. #' diff --git a/man/get_historical_forecast_database.Rd b/man/get_historical_forecast_database.Rd index 7f72550..221f5fb 100644 --- a/man/get_historical_forecast_database.Rd +++ b/man/get_historical_forecast_database.Rd @@ -5,7 +5,7 @@ \alias{get_historical_forecast} \title{Get Historical Forecast Database From ABARES} \source{ -\url{https://www.agriculture.gov.au/abares/research-topics/agricultural-outlook/historical-forecasts#:~:text=About\%20the\%20historical\%20agricultural\%20forecast,relevant\%20to\%20Australian\%20agricultural\%20markets} +\url{https://daff.ent.sirsidynix.net.au/client/en_AU/search/asset/1031941/0} } \usage{ get_historical_forecast_database() @@ -54,3 +54,6 @@ get_historical_forecast_database() get_historical_forecast() \dontshow{\}) # examplesIf} } +\references{ +\url{https://www.agriculture.gov.au/abares/research-topics/agricultural-outlook/historical-forecasts#:~:text=About\%20the\%20historical\%20agricultural\%20forecast,relevant\%20to\%20Australian\%20agricultural\%20markets} +}