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"` | | | - | | |