Chapter 15. Reading and Writing Graphs from and to Files

1. Simple edge list and similar formats
2. Binary formats
3. GraphML format
4. GML format
5. Pajek format
6. Graphviz format

These functions can write a graph to a file, or read a graph from a file.

Note that as igraph uses the traditional C streams, it is possible to read/write files from/to memory, at least on GNU operating systems supporting “non-standard” streams.