I'm trying to read a graph ml file in r using the i graph package.
The code I'm using is the following
g<-read.graph("graph_bustuberail_london_500m",format=c("graphml")) #import gml
I get the following error message Error in .Call("R_igraph_read_graph_graphml", file, as.numeric(index), : At rinterface.c:5866 : Cannot open GraphML file, File operation error
Not sure why this is not loading in, can anyone help me?