-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When knitting the versions of the RMarkdown documents I expect for the knitr::opt_chunk$set()
command to remain the same as I set it up in the original document, however on the knitted versions the eval
option is changed to true. I would expect that if I set it to FALSE
it should remain FALSE
as well.
knitr::opts_chunk$set(echo = TRUE, eval = FALSE)
Metadata
Metadata
Assignees
Labels
No labels