Skip to content
New issue

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

Document additional parameters for read_graph and write_graph #1586

Open
szhorvat opened this issue Nov 20, 2024 · 1 comment
Open

Document additional parameters for read_graph and write_graph #1586

szhorvat opened this issue Nov 20, 2024 · 1 comment
Assignees

Comments

@szhorvat
Copy link
Member

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 ?

@maelle maelle self-assigned this Dec 10, 2024
@maelle
Copy link
Contributor

maelle commented Dec 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants