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