opf2txt {LibOPF} | R Documentation |
Converts an OPF subGraph object to a text file
Description
Converts an OPF subGraph object to a text file
Usage
opf2txt(data, outputFile)
Arguments
data |
OPF subGraph object |
outputFile |
Text output file name |
Value
'NULL'
Examples
dataset <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF"))
File <- file.path(tempdir(), "boat.txt")
opf2txt(dataset,File)
[Package LibOPF version 2.6.2 Index]