I am trying to use an image as the title instead of text, but all I get in the app is the img icon, not the actual image. Here is my code.
library(tidyverse)
library(leaflet)
library(htmltools)
library(shiny)
ui <- fluidPage(
# Application title
titlePanel(img(src = "www/BBBLogo.png",
height = 40,
width = 60)),
sidebarLayout(
I can't seem to find the issue. Thanks in advance.
src = "/BBBLogo.png"