Skip to content
Prev 5578 / 12125 Next

[R-pkg-devel] [CRAN-pretest-archived] CRAN submission gwsem 2.0.3

On 14/06/2020 10:59 a.m., Joshua N Pritikin wrote:
To suppress evaluation of those, you can use this:

knitr::knit_hooks$set(evaluate.inline = function(x, envir) x)

This will show the code in place of evaluating it and showing its value.
Replace the function value with "[MISSING]" if you don't want to see the 
code.

Duncan