Quick question: I am working with R Shiny, and I am trying to embed pictures onto my app. Problem: when I load them, I can't seem to get the jpg or png on the screen. (I tried both file types.) Only a misloaded file icon appears. How do you get this fixed? Any help would be much appreciated.
I tried a variety of options, but here is the simplest code. I'm just trying to remove as many variables as possible. The skiing.png should be in my folder.
mainPanel(tags$img(src="skiing.png"),width=2)