Open MichaelGuggisberg-meraki opened 4 months ago
When calling plot on class multisynth.summary it outputs a message Joining with by = join_by(Level).
Joining with by = join_by(Level)
This should be able to be fixed by changing line 913 of multisynth_class.R to summ$att %>% inner_join(last_times, by = "Level") %>%
summ$att %>% inner_join(last_times, by = "Level") %>%
When calling plot on class multisynth.summary it outputs a message
Joining with by = join_by(Level)
.This should be able to be fixed by changing line 913 of multisynth_class.R to
summ$att %>% inner_join(last_times, by = "Level") %>%