igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] igraph R read_graph


From: Tamas Nepusz
Subject: Re: [igraph] igraph R read_graph
Date: Mon, 4 May 2020 21:29:06 +0200

Hi,

Judging from the source code of the R interface, it seems like that the file simply doesn't exist; I get the same error message if I try something like read_graph("this_file_does_not_exist", "graphml").

Can it be the case that your file is called "Network.graphml" and not "network.graphml"? At least this is the case for the attachment...

T.


On Mon, 4 May 2020 at 19:53, Narges Zarnaghinaghsh <address@hidden> wrote:
Hi,

I want to read the attached graphml file in R using the command:

read_graph("network.graphml", "graphml")

But it shows the following error:

Error in read.graph.graphml(file, ...) :
  At rinterface.c:6077 : Cannot open GraphML file, File operation error

Do you know what the problem is and how I can solve it?

Regards,
_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help

reply via email to

[Prev in Thread] Current Thread [Next in Thread]