Despite renaming my application to app.r and adding a source path to my code the added image turned from blue "?" to a crashed image ! what's the problem with it ? can anyone help me?
here is my code
ui <- fluidPage( helpText(
h4("Powerd by")),
tags$a(href='http://data-expert.net/',tags$img(src="<alidata.png>",height='50',width='120'),align='center'),
)
server <- function(input, output) {
addResourcePath(prefix = "img",
directoryPath = "C:/Users/Ali-Frady/Desktop/STAGE 2/DE")
shinyApp(ui = ui, server = server)