R/utils.R
convertToDT.Rd
Takes care of the conversion between the igraph and data table formats of the networks.
convertToDT(network_list)
A list of igraph objects
A list of data tables with the columns 'from', 'to', 'weight' and any additional edge attributes the input igraphs contain.