I'd like to read a .gdf file into igraph. Is there a function that does this and returns an igraph object? Im using the igraph R package
I came across "read_graph()" when looking through the igraph documentation, which handles foreign file formats. It seems as though .gdf files are not a format that this function can convert.