尽管将我的应用程序重命名为app.r并向我的代码添加了源路径,但是添加的图像从蓝色的“?”变为到崩溃的图像!有什么问题吗?有人可以帮我吗?
这是我的代码
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)
答案 0 :(得分:0)
我找到了解决方案:这是将图像放入名为“ www”的文件中,并且该文件已经在项目的同一目录中