Is there a way to skip a set of code lines in R Markdown (knitr) given a condition?
If some condition is reached, I want to skip a set of lines (e.g, drop lines 60-100 if something is TRUE) including code (´´´< >´´´) and text (text). Or maybe something like a GOTO.