Skip to content

Commit 98b3366

Browse files
committed
update function description
1 parent 1c7f930 commit 98b3366

7 files changed

+94
-72
lines changed

R/write_ref_date_summary.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ write_ref_date_summary <- function(
9797
}
9898

9999

100+
#' Write ensemble forecast summary to disk; generates and
101+
#' writes ensemble-only forecast data. Replicates the
102+
#' behavior of the older `get_map_data()` function.
103+
#'
100104
#' @param reference_date character, the reference date for the
101105
#' forecast in YYYY-MM-DD format (ISO-8601).
102106
#' @param base_hub_path character, path to the forecast hub

man/get_forecast_data.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_map_data.Rd

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/summarize_ref_date_forecasts.Rd

Lines changed: 24 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/write_ref_date_summary.Rd

Lines changed: 28 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/write_ref_date_summary_all.Rd

Lines changed: 20 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/write_ref_date_summary_ensemble.Rd

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)