Image not showing in Shiny app R

前端 未结 4 1126
失恋的感觉
失恋的感觉 2020-12-02 00:14

I have an image i\'d like to embed into my shiny app, and have read as much as I can find on how to do it. Although, all I get is a blue question mark when I run my code.

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 00:32

    I was having the same problem. To solve this, just create a folder named 'www' in the same folder as your app.R script and put the images within that folder.

    I found the solution to this problem in the tutorial video in this page: Shiny Tutorial Video - Adding Static Content Watch from 1h45min00sec.

提交回复
热议问题