Question: Error: Incomplete expression: plot3 % drop_na(Q18, Q21) %>% select(Q18, Q21) %>% pivot_longer(everything(), names_to = time, values_to = support) %>% ggplot(aes(x = support, fill = time))
Error: Incomplete expression: plot3 % drop_na(Q18, Q21) %>% select(Q18, Q21) %>% pivot_longer(everything(), names_to = "time", values_to = "support") %>% ggplot(aes(x = support, fill = time)) + geom_bar(position = "dodge") + labs(title = "Support Before (Q18) vs After (Q21)", x = "Support level", y = "Count", fill = "Time")' #Print plots print(plot1) print(plot2) print(plot3) Error during wrapup: not that many frames on the stack Error: no more error handlers available (recursive errors?); invoking 'abort' restart its giving me this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
