I'm not that well versed in R but have recently installed the ggpubr package as want to make a paired box plot. I've tried been using:
ggpaired(question1, cond1 = question1$q1, cond2 = question1$q2,
fill = "condition", palette = "jco")
and I keep coming out with the error message:
Error: Only strings can be converted to symbols
and I've been prompted to run a last error check. and the output is as follows:
Only strings can be converted to symbols
Backtrace:
1. ggpubr::ggpaired(...)
10. tidyr::gather_(...)
12. rlang::syms(gather_cols)
13. rlang:::map(x, sym)
14. base::lapply(.x, .f, ...)
15. rlang:::FUN(X[[i]], ...)
Can someone please please help me!! Thank you so much!