I would like to include a local image file in my shiny app, following these instructions:
However, my IT networks security, for some reason, prevents R from reading that image.
- I can confirm it is an IT security blockage, because the same exact code and file/directory structure works when I move to another computer.
- It is also strange, because I am able to read other files from that folder, because other commands like
read.csv()
are not blocked. I dont know what subroutines go on insideimg(src())
but my network does not like it.
Any alternative ways to embed an image in a shiny app ui?