block by timelyportfolio 3616869996703d48a981

R tables to networks for visualization

Full Screen

added as d3_table() in d3r


Although very handy and useful, I think most new R developers do not even know that tables exist. They are a little tricky to use, but they offer some nice functionality. These tables become even more useful when we can visualize them as networks. This little bit of code is a rough first attempt at converting tables to network nodes and edges.

live example

code.R