Currently only the "edgelist" format has documentation on the read_graph docc page, https://r.igraph.org/reference/read_graph.html
Specific documentation should be added for all file format readers, mentioning special arguments that are supported (e.g. directed), or any limitations of the reader. Ref #776.
For example, the NCOL reader has these arguments which should be documented: predef = character(0), names = TRUE, weights = c("auto", "yes", "no"), directed = FALSE