txt2opf {LibOPF} | R Documentation |
Converts a text file to an OPF subGraph object
Description
Converts a text file to an OPF subGraph object
Usage
txt2opf(inputFile)
Arguments
inputFile |
Text input file |
Value
Returns the OPF object
Examples
dataset <- txt2opf(system.file("extdata/boat.txt",package = "LibOPF"))
[Package LibOPF version 2.6.2 Index]