We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read_graph
write_graph
Additional parameters available for specific formats for read_graph and write_graph should be documented.
Is this something you could have a look at @maelle ?
The text was updated successfully, but these errors were encountered:
I first thought looking at the linked C docs might help, but for Pajek I see more arguments in the C docs than what is supported in the R code
https://igraph.org/c/html/latest/igraph-Foreign.html#igraph_read_graph_dimacs_flow
read.graph.pajek <- function(file, ...) { if (length(list(...)) > 0) { stop("Unknown arguments to read_graph (Pajek format)") }
So I'll concentrate on what's in the R code.
Sorry, something went wrong.
read_graph()
maelle
No branches or pull requests
Additional parameters available for specific formats for
read_graph
andwrite_graph
should be documented.Is this something you could have a look at @maelle ?
The text was updated successfully, but these errors were encountered: