parent
2e65041f31
commit
64ce2fa357
|
@ -181,10 +181,11 @@ The most important set of options controls if your code block is executed and wh
|
||||||
plots.
|
plots.
|
||||||
|
|
||||||
* `error = TRUE` causes the render to continue even if code returns an error.
|
* `error = TRUE` causes the render to continue even if code returns an error.
|
||||||
This is rarely useful for data analysis reports, but it's useful for
|
This is rarely something you'll want to include in the final version
|
||||||
teaching so that you can illustrate important errors. The default,
|
of your report, but can be very useful if you need to debug exactly
|
||||||
`error = FALSE` causes knitting to failure if there is a single error
|
what is going on inside your `.Rmd`. It's also useful if you're teaching R
|
||||||
in the document.
|
and want to deliberately include an error. The default, `error = FALSE` causes
|
||||||
|
knitting to failure if there is a single error in the document.
|
||||||
|
|
||||||
The following table summarises the options:
|
The following table summarises the options:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue