| opf_write_subGraph | R Documentation | 
Writes into a file a subGraph
opf_write_subGraph(g, file)
| g | The subGraph object | 
| file | The file name to save the subGraph | 
'NULL'
dataset <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF"))
opf_write_subGraph(dataset, file.path(tempdir(), "boat.dat"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.