So I'm trying to create a hyperlink so I can access a website from my shiny app, I have the following code:
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"), ".")
The link appears in the app but when I try to access it just returns "Not Found" I don't know how to solve this, thanks in advance for any answer