Hello,
Every time I make use of the knitr::include_graphics() call it works in the terminal but when I try and view the .html on a different pc it does not load these pictures. I've tried to copy any and all of the cache files too but no luck.
knitr::include_graphics("K-means_convergence.gif")
I have even tried knitr::include_graphics(here::here("img","K-means_convergence.gif"))
but that doesn't fix anything either. Any advice?