eval = FALSE still shows code

This commit is contained in:
hadley 2016-08-22 10:14:32 -05:00
parent 37aca6f3ff
commit d3f04fab3f
1 changed files with 1 additions and 1 deletions

View File

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