hello Community , i have a question about shiny , i would to insert the logo of my company into my shiny app, so i used this : Code :
titlePanel(title = span(img(src = "R.png", height = 35), "CODIMAG")),
and i have this result, i want to know how i can resolve this problem
its a folder you need to have in which to put resources that you want shiny to see when you do img(src =
The reason is that your working directory or shiny project directory is not the assumed path for this, rather a resource path is assumed, and shiny will assume this is called www within your project