Skip to content
Advertisement

How add target=”-blank” and open link in new browser?

I have below code. it pasts ID (in my Data) to a link. I would like to know where can I use target=”-blank” in this code to open it in a new browser?

JavaScript

Advertisement

Answer

Since you use shiny you can use tags$a:

JavaScript

As per your comment:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement