You have added echo = F in many of the chunks that should actually be shown to the reader. Did you place that by mistake ? echo = F hides the chunk from the reader, many of the chunks should be echo = TRUE. Can you check your code and fix this by chance?
I think every code chunk should be explicit about echo =, so either have a setting TRUE or FALSE
Hey Nikos,
You have added
echo = F
in many of the chunks that should actually be shown to the reader. Did you place that by mistake ?echo = F
hides the chunk from the reader, many of the chunks should beecho = TRUE
. Can you check your code and fix this by chance?I think every code chunk should be explicit about
echo =
, so either have a settingTRUE
orFALSE