I have a dataset containing network data of email conversations consisting of two columns representing the connections between agents.
The dataset can be accessed from here
Since I'm using igraph in R I would like to convert this file to GML format.
Is there any way to do this?