@apreshill I'm actually making my slides by referring to your xaringan tutorial slides!
I've set out.width and out.height in the global options chunk and I used knitr::include_graphics
but I can't see my images in my slides, even though I can run the function in my Rmd
knitr::include_graphics("workshop-images/moon.jpg")
Do you know what the problem is?