Skip to content

Commit

Permalink
error testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mitokic committed Mar 4, 2024
1 parent c2ce65b commit df46fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/hierarchy.R
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ prep_hierarchical_data <- function(input_data,
bottom_level_temp_tbl <- input_data_adj %>%
dplyr::select(Combo, Date, tidyselect::all_of(regressor_var)) %>%
dplyr::rename(Value = tidyselect::all_of(regressor_var)) %>%
dplyr::mutate(Value = as.numeric(Value)) %>%
tidyr::pivot_wider(
names_from = Combo,
values_from = Value
Expand Down

0 comments on commit df46fea

Please sign in to comment.