Мой код:
ui <- dashboardPage(
dashboardHeader(title = "My Dashboard"),
dashboardSidebar(),
dashboardBody(img(src = "image.png")))
server <- function(input, output,session) {}
shinyApp(ui, server)
Мой путь: Cloud / project / www / image.png
Мое изображение просто так выглядит:
![enter image description here](https://i.stack.imgur.com/RAWV9.png)
Интересно, потому что я в облаке.