powered by
Writes into a file a subGraph
opf_write_subGraph(g, file)
`NULL`
The subGraph object
The file name to save the subGraph
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