Greetings all,
I am putting together a gitbook/pdf and I am using Rmarkdown, knitr and Bookdown to present my figures.
for example:
knitr::opts_chunk$set(cache = TRUE, fig.cap = "text, text text")
knitr::include_graphics("../data/images/my.png")
The images become the widget instead of displaying.
Does it matter if I put all or most of the photo image information in the knitr::opts_chunk() command or in the first line of the code chunk,