How to convert a text into clickable link using a networkD3 widget in shiny?

57 Views Asked by At

I have created a Forcenetwork and I want when I click on any node it should provide its description along with a hyperlink on the same page. So that anyone can click that link and get more information about that node.I have a csv file where I have provided all related link in a column called "hyperlink".

I want that link to be clickable.

Thank you in advance.

This is my Code:

    library(shiny)
    library(networkD3)

    links
0

There are 0 best solutions below