如何在闪亮的应用程序中为另一个网页创建功能可点击的超链接?

时间:2019-08-14 22:09:08

标签: r shiny

因此,我正在尝试创建超链接,以便可以从闪亮的应用程序访问网站,我具有以下代码:

tags$li("The data set then is filtered once again, retaining only the specimens belonging to marine species.
                           This is achieved using the", tags$a(href="www.marinespecies.org","WoRMS database",target="_blank"), ".")

该链接显示在应用中,但是当我尝试访问该链接时,它只会返回“未找到” 我不知道该怎么解决,谢谢您的回答

0 个答案:

没有答案