powered by
Writes into a file a subGraph
opf_write_subGraph(g, file)
The subGraph object
The file name to save the subGraph
`NULL`
# NOT RUN { dataset <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF")) opf_write_subGraph(dataset, file.path(tempdir(), "boat.dat")) # }
Run the code above in your browser using DataLab