From d3f04fab3f65048cad70ad2e7da9d3ca94815555 Mon Sep 17 00:00:00 2001 From: hadley Date: Mon, 22 Aug 2016 10:14:32 -0500 Subject: [PATCH] eval = FALSE still shows code --- rmarkdown.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmarkdown.Rmd b/rmarkdown.Rmd index c479751..26f1ebc 100644 --- a/rmarkdown.Rmd +++ b/rmarkdown.Rmd @@ -123,7 +123,7 @@ Here are some of the most useful options not listed above. Option | Run code | Show code | Output | Plots | Messages | Warnings -------------------|----------|-----------|--------|-------|----------|--------- -`eval = FALSE` | - | - | - | - | - | - +`eval = FALSE` | - | | - | - | - | - `include = FALSE` | | - | - | - | - | - `echo = FALSE` | | - | | | | `results = "hide"` | | | - | | |