Maciej Dobrzynski
Results
2
comments of
Maciej Dobrzynski
The problem is that when you also have `geom_jitter` in the plot (in addition to `geom_boxplot`), the `lapply` part will remove all the points. Is there a way to selectively...
Why don't you just knit to html (`params = list(pdf_mode = FALSE)` in `rmarkdown::render`) and then convert to pdf? It's actually what I do and all the in-line links remain.