Allow certain lines of code within a chunk to evaluate or not based on the version. ```r a <- 1 #vA a <- 2 #vB a <- 3 1 + a ```
Allow certain lines of code within a chunk to evaluate or not based on the version.