Skip to content

Commit 95832d7

Browse files
Update R/get_forecast_data.R
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d68848a commit 95832d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/get_forecast_data.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ get_forecast_data <- function(
7474
) |>
7575
hubData::collect_hub() |>
7676
dplyr::filter(forecasttools::nullable_comparison(
77-
.data$target,
78-
"%in%",
79-
!!targets
80-
))
77+
.data$target,
78+
"%in%",
79+
!!targets
80+
))
8181

8282
all_forecasts_data <- forecasttools::pivot_hubverse_quantiles_wider(
8383
hubverse_table = current_forecasts,

0 commit comments

Comments
 (0)